From 1e9a0a2a3f63efe07c4776050f946c20ee090a78 Mon Sep 17 00:00:00 2001 From: Promise Temitope Date: Wed, 9 Apr 2025 22:21:22 +0300 Subject: [PATCH] changed border-radius --- src/app/(pages)/(auth)/login/form.tsx | 4 ++-- src/app/(pages)/(auth)/signup/form.tsx | 4 ++-- src/app/(pages)/(auth)/signup/page.tsx | 2 +- .../(protected)/(user)/drafts/_components/hero.tsx | 2 +- .../(user)/favorites/_components/hero.tsx | 2 +- .../(user)/profile/_components/navigation.tsx | 2 +- .../(user)/profile/_components/quick-link.tsx | 2 +- src/app/(pages)/(protected)/(user)/profile/page.tsx | 12 ++++++------ src/app/(pages)/(protected)/create/form.tsx | 12 ++++++------ src/app/(pages)/(public)/(home)/components/faq.tsx | 2 +- .../(public)/(home)/components/ourFeatures.tsx | 2 +- .../(public)/recipes/[_id]/_components/client.tsx | 2 +- .../(public)/recipes/[_id]/_components/creator.tsx | 2 +- src/app/(pages)/(public)/recipes/[_id]/page.tsx | 12 ++++++------ src/components/button.tsx | 4 ++-- src/components/customer-review.tsx | 2 +- src/components/recipe/card/skeleton.tsx | 6 +++--- src/components/recipe/tags.tsx | 6 +++--- src/components/review-list.tsx | 2 +- src/components/search/index.tsx | 2 +- src/context/form/components/file-upload.tsx | 4 ++-- src/context/form/components/styles.tsx | 2 +- src/context/form/components/tag-input/index.tsx | 4 ++-- 23 files changed, 47 insertions(+), 47 deletions(-) diff --git a/src/app/(pages)/(auth)/login/form.tsx b/src/app/(pages)/(auth)/login/form.tsx index d374f08..90c8d0f 100644 --- a/src/app/(pages)/(auth)/login/form.tsx +++ b/src/app/(pages)/(auth)/login/form.tsx @@ -42,7 +42,7 @@ export function ClientLoginForm({ redirectPath }: { redirectPath: string }) {
@@ -82,7 +82,7 @@ export function ClientLoginForm({ redirectPath }: { redirectPath: string }) { function FormSkeleton() { return ( -
+
); } diff --git a/src/app/(pages)/(auth)/signup/form.tsx b/src/app/(pages)/(auth)/signup/form.tsx index c84f43c..ec65d51 100644 --- a/src/app/(pages)/(auth)/signup/form.tsx +++ b/src/app/(pages)/(auth)/signup/form.tsx @@ -43,7 +43,7 @@ export function ClientSignupForm({ redirectPath }: { redirectPath: string }) {
@@ -90,7 +90,7 @@ export function ClientSignupForm({ redirectPath }: { redirectPath: string }) { function FormSkeleton() { return ( -
+
); } diff --git a/src/app/(pages)/(auth)/signup/page.tsx b/src/app/(pages)/(auth)/signup/page.tsx index 2dea305..17e27da 100644 --- a/src/app/(pages)/(auth)/signup/page.tsx +++ b/src/app/(pages)/(auth)/signup/page.tsx @@ -4,7 +4,7 @@ import { ClientSignupWrapper } from "./form"; function FormSkeleton() { return ( -
+
diff --git a/src/app/(pages)/(protected)/(user)/drafts/_components/hero.tsx b/src/app/(pages)/(protected)/(user)/drafts/_components/hero.tsx index cc60191..bdf8318 100644 --- a/src/app/(pages)/(protected)/(user)/drafts/_components/hero.tsx +++ b/src/app/(pages)/(protected)/(user)/drafts/_components/hero.tsx @@ -1,5 +1,5 @@ export const Hero = () => ( -
+

Drafts

); diff --git a/src/app/(pages)/(protected)/(user)/favorites/_components/hero.tsx b/src/app/(pages)/(protected)/(user)/favorites/_components/hero.tsx index ba68586..b6a76d6 100644 --- a/src/app/(pages)/(protected)/(user)/favorites/_components/hero.tsx +++ b/src/app/(pages)/(protected)/(user)/favorites/_components/hero.tsx @@ -1,5 +1,5 @@ export const Hero = () => ( -
+

Favorites

diff --git a/src/app/(pages)/(protected)/(user)/profile/_components/navigation.tsx b/src/app/(pages)/(protected)/(user)/profile/_components/navigation.tsx index 22a0037..35f0329 100644 --- a/src/app/(pages)/(protected)/(user)/profile/_components/navigation.tsx +++ b/src/app/(pages)/(protected)/(user)/profile/_components/navigation.tsx @@ -21,7 +21,7 @@ export default function ProfileNavigation({ const { logout } = useAuth(); return (