Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitthakur00 authored Jan 6, 2025
1 parent 7384012 commit ec65794
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ export default function RootLayout({
<header className="pt-8 md:pt-16 pb-16 px-4 md:px-0 flex justify-between">
<Link href="/">
<Image
width={64}
height={64}
width={320}
height={150}
src={getImagePath('logo2.png')}
alt="AK"
className="w-auto hover:opacity-70 transition-opacity"
className="w-auto h-64 hover:opacity-70 transition-opacity"
/>
</Link>
<nav className="flex gap-4">
Expand Down

0 comments on commit ec65794

Please sign in to comment.