Skip to content

Commit

Permalink
fixing icon link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanfroggatt committed Dec 14, 2024
1 parent ba23396 commit 6e0430e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const Footer = () => {
<div className='w-full grid grid-cols-1 md:grid-cols-2 py-8 gap-y-8'>
<div id='information' className='order-2 md:order-none flex flex-col justify-between gap-y-4 md:gap-y-8'>
<div className="flex flex-col gap-y-4">
<Link href="/">
<Image src={Icon} alt="Icon" className="h-12 w-auto" />
<Link href="/" className='w-fit h-fit'>
<Image src={Icon} alt="Icon" className="h-12 w-fit" />
</Link>
<p>
Google Developer Student Club
Expand Down

0 comments on commit 6e0430e

Please sign in to comment.