File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ interface InviteLayoutProps {
88
99export default function InviteLayout ( { children } : InviteLayoutProps ) {
1010 return (
11- < div className = 'min-h-screen bg-[#1C1C1C] font-[430] font-season text-[#ECECEC]' >
11+ < div className = 'relative min-h-screen bg-[#1C1C1C] font-[430] font-season text-[#ECECEC]' >
1212 < header >
1313 < Navbar logoOnly />
1414 </ header >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Navbar from '@/app/(home)/components/navbar/navbar'
44
55export default function NotFound ( ) {
66 return (
7- < AuthBackground className = 'font-[430] font-season' >
7+ < AuthBackground className = 'dark font-[430] font-season' >
88 < main className = 'relative flex min-h-full flex-col text-[#ECECEC]' >
99 < header className = 'shrink-0 bg-[#1C1C1C]' >
1010 < Navbar />
You can’t perform that action at this time.
0 commit comments