Skip to content

Commit bc312ad

Browse files
committed
feat: update UI
1 parent 1db9dc8 commit bc312ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/pages/landing-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function LandingPage() {
1515

1616
return (
1717
<main className='flex flex-col items-center justify-center h-dvh gap-6'>
18-
<h3 className='text-2xl'>Landing Page</h3>
18+
<h3 className='text-2xl'>React Sample Landing Page</h3>
1919
{isAuthenticated && <p className='text-slate-400'>You Are Logged In Now</p>}
2020
<div className='flex items-center justify-center gap-4 flex-wrap'>
2121
{isAuthenticated ? (

src/pages/main/main-page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export function MainPage() {
1515

1616
return (
1717
<main className='flex w-full flex-col items-center justify-center h-dvh gap-6'>
18+
<h1 className='text-2xl font-bold'>React Sample</h1>
1819
<h3 className='flex gap-1'>
1920
Main Page <span className='text-red-500'>( Protected )</span>
2021
</h3>

0 commit comments

Comments
 (0)