Skip to content

Commit

Permalink
Update customerreviews.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushmaanagarwal1211 committed Jun 9, 2024
1 parent 89b0497 commit 550cf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/customerreviews.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function Review() {
</p>
<div className="flex shadow-lg md:relative md:right-[40px] dark:shadow-white shadow-black w-[80vw] flex-col items-center justify-center lg:w-[80vw] md:w[80vw] gap-6 mx-auto mb-6 pt-10 pb-6 bg-opacity-8 px-4 rounded-lg dark:bg-black dark:border-white bg-white border border-secondary">

<p className="text-center text-3xl md:text-5xl font-bold py-2 bg-gradient-to-r bg-clip-text text-transparent from-muted-foreground via-primary-foreground to-muted-foreground">
<p className="text-center color-black dark:color-white text-3xl md:text-5xl font-bold py-2 bg-gradient-to-r bg-clip-text text-transparent from-muted-foreground via-primary-foreground to-muted-foreground">
Leave a Review 👇
</p>
<div className="flex md:flex-row flex-col gap-0 w-[100%]">
Expand Down

0 comments on commit 550cf89

Please sign in to comment.