Skip to content

Commit

Permalink
Fix: layout for the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
PaloMiku committed Nov 3, 2024
1 parent d1f7df8 commit 690c714
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/layout.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ export const logo = (

export const baseOptions: BaseLayoutProps = {
nav: {
title: <Image src="/assets/images/logo/image.png" alt="Logo" layout="fixed" width={100} height={100} />,
title: <Image
src="/assets/images/logo/image.png"
alt="Logo"
width={220}
height={220}
className="h-10 w-auto"
/>,
},
links: [
{
Expand Down

0 comments on commit 690c714

Please sign in to comment.