Skip to content

Commit

Permalink
fixed vercel logo in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNyl committed Apr 30, 2024
1 parent c3dfb70 commit 7df959f
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 127 deletions.
2 changes: 1 addition & 1 deletion app/user/auth/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Login = () => {
<Card className='max-w-md w-full mx-auto'>
<CardHeader>
<CardTitle>
<Logo className='w-44 mx-auto' />
<Logo className='fill-black dark:fill-white w-44 mx-auto' />
</CardTitle>
</CardHeader>
<CardContent>
Expand Down
7 changes: 3 additions & 4 deletions components/layout/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ function PartnershipCol() {
<div className="px-4 flex items-center flex-col justify-between min-h-full">
<div>
<h2 className="text-2xl font-semibold mb-3">Samarbeid</h2>
<Separator className={'mb-4'} />
<Separator />
<ul>
<li className="mb-4">
<a href="https://vercel.com/?utm_source=kvark&utm_campaign=oss">
<img
src="favicon.ico"
src="/vercel.svg"
alt="vercel"
className="inline w-5 h-5 mr-2"
className="inline w-16 h-16"
/>
Powered by Vercel
</a>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions components/layout/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ export default function Navbar() {
*/}
<a href="/user/template/home">
<Logo
className="fill-black hidden sm:block"
className="fill-black dark:fill-white hidden sm:block"
width={200}
height={'auto'}
/>
<LogoSmall
className="fill-black sm:hidden block"
className="fill-black dark:fill-white sm:hidden block"
width={200}
height={'auto'}
/>
Expand Down
240 changes: 120 additions & 120 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7df959f

Please sign in to comment.