File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 ? (
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments