From 1a2038ba268f0c8f661ae3181a3ef094bb70cbbe Mon Sep 17 00:00:00 2001 From: oiov Date: Wed, 30 Oct 2024 14:51:36 +0800 Subject: [PATCH] upd styles --- app/layout.tsx | 2 +- components/forms/user-auth-form.tsx | 99 ++++++++++++++-------------- components/sections/hero-landing.tsx | 4 +- config/site.ts | 2 +- 4 files changed, 53 insertions(+), 54 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 7548244..395b006 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -40,7 +40,7 @@ export default function RootLayout({ children }: RootLayoutProps) { diff --git a/components/forms/user-auth-form.tsx b/components/forms/user-auth-form.tsx index 120364a..f87905f 100644 --- a/components/forms/user-auth-form.tsx +++ b/components/forms/user-auth-form.tsx @@ -59,56 +59,6 @@ export function UserAuthForm({ className, type, ...props }: UserAuthFormProps) { return (
-
-
-
- - - {errors?.email && ( -

- {errors.email.message} -

- )} -
- -
-
- -
-
- -
-
- - Or continue with - -
-
- +
+ ); } diff --git a/components/sections/hero-landing.tsx b/components/sections/hero-landing.tsx index 0895ef6..e9f566a 100644 --- a/components/sections/hero-landing.tsx +++ b/components/sections/hero-landing.tsx @@ -60,10 +60,10 @@ export default async function HeroLanding() { prefetch={true} className={cn( buttonVariants({ rounded: "xl", size: "lg" }), - "gap-2 px-5 text-[15px]", + "gap-2 px-5 text-[15px] font-semibold", )} > - Apply + Sign in for free diff --git a/config/site.ts b/config/site.ts index bdae7ea..7441f0b 100644 --- a/config/site.ts +++ b/config/site.ts @@ -38,7 +38,7 @@ export const footerLinks: SidebarNavItem[] = [ items: [ { title: "Vmail", href: "https://vmail.dev" }, { title: "Moise", href: "https://moise.oiov.dev" }, - { title: "Inke", href: "https://inke.app" }, + { title: "Inke", href: "https://inke.wr.do" }, { title: "Iconce", href: "https://iconce.com" }, ], },