From aeebd877e5f32d519740a96610239842d1cbcd16 Mon Sep 17 00:00:00 2001 From: Altay Date: Fri, 15 Dec 2023 22:12:57 +0300 Subject: [PATCH] refactor: fine-tune layout --- app/(auth)/layout.tsx | 8 +++++++- app/(auth)/sign-in/page.tsx | 9 ++++----- components/layout/app-header.tsx | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/app/(auth)/layout.tsx b/app/(auth)/layout.tsx index 1ca75f0..d1c4fd7 100644 --- a/app/(auth)/layout.tsx +++ b/app/(auth)/layout.tsx @@ -17,7 +17,13 @@ export default function AuthLayout(props: PropsWithChildren) { minHeight: '80vh', }} > - + diff --git a/app/(auth)/sign-in/page.tsx b/app/(auth)/sign-in/page.tsx index 2bf6c89..77274e6 100644 --- a/app/(auth)/sign-in/page.tsx +++ b/app/(auth)/sign-in/page.tsx @@ -4,11 +4,10 @@ import { FaSpotify } from 'react-icons/fa'; export default function Page() { return ( - Welcome to beecast + Welcome to beecast - - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam quod - quia quibusdam quos quae. + + A more efficient way to listen podcasts.
@@ -20,7 +19,7 @@ export default function Page() {
- + By clicking continue, you acknowledge that you have read and understood, and agree to our{' '} diff --git a/components/layout/app-header.tsx b/components/layout/app-header.tsx index a6dddf8..df9b02c 100644 --- a/components/layout/app-header.tsx +++ b/components/layout/app-header.tsx @@ -139,7 +139,7 @@ export function AppHeader(props: Props) { - +