Skip to content

Commit

Permalink
New logo, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ky28059 committed Aug 22, 2024
1 parent d7ab872 commit 910c858
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 140 deletions.
7 changes: 5 additions & 2 deletions app/(home)/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ export default async function Header() {

return (
<header className="container flex flex-col items-center justify-center h-screen">
<img src="/assets/logo.svg" />
<img
src="/assets/logo-uwu.png"
className="-mb-7 max-h-96"
/>
<Timer
startTime={config.data.startTime}
endTime={config.data.endTime}
Expand All @@ -24,7 +27,7 @@ export default async function Header() {
<a href="#sponsors" className="px-4 py-2 uppercase hover:underline">Sponsors</a>
</div>

<a href="#rules" className="text-inherit text-4xl mt-12 sm:mb-16 text-primary">
<a href="#rules" className="text-inherit text-4xl mt-6 sm:mt-12 sm:mb-8 text-primary">
<BsChevronCompactDown className="animate-bounce" />
<span className="sr-only">Jump to Rules</span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import FilterProvider from '@/components/FilterProvider';
import PreferencesProvider from '@/components/PreferencesProvider';
import FlagDispatchProvider from '@/components/FlagDispatchProvider';

import './globals.css';
import '@/app/globals.css';


const inter = Inter({ subsets: ['latin'] })
Expand Down
Loading

0 comments on commit 910c858

Please sign in to comment.