Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/auth/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Logo() {
function ArtPanel() {
return (
<div className="relative flex h-full w-full items-center justify-center overflow-hidden rounded-3xl">
<Image src="/images/satellite-collage.png" alt="Abstract art" fill className="object-cover" priority />
<Image src="/images/auth-art.png" alt="Abstract art" fill className="object-cover" priority />
</div>
)
}
Expand Down
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ export default async function RootLayout({
<body className={cn('font-sans antialiased', fontSans.variable)}>
<ThemeProvider
attribute="class"
defaultTheme="earth"
defaultTheme="light"
enableSystem
disableTransitionOnChange
themes={['light', 'dark', 'earth']}
themes={['light', 'dark']}
>
{user ? (
<CalendarToggleProvider>
Expand Down
Binary file added public/images/auth-art.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.