Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: modify login page logo-image
Browse files Browse the repository at this point in the history
  • Loading branch information
jspark2000 committed Feb 28, 2024
1 parent 8e2bc94 commit a1b201c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file added frontend/public/text-logo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion frontend/src/app/(public)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ export default function LoginPage() {
alt="ROYALS"
width={1158}
height={277}
className="h-auto w-full max-w-[320px]"
className="hidden h-auto w-full max-w-[320px] dark:inline-block"
priority={true}
/>
<Image
src="/text-logo-light.png"
alt="ROYALS"
width={1158}
height={277}
className="inline-block h-auto w-full max-w-[320px] dark:hidden"
priority={true}
/>
<LoginForm />
</div>
Expand Down

0 comments on commit a1b201c

Please sign in to comment.