Skip to content

Commit

Permalink
Update Layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
29deepanshutyagi authored Nov 15, 2024
1 parent acad09a commit 08b99b8
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ const Footer = () => (
href='https://x.com/jsonschema'
className='flex items-center text-white'
>

<Image
src='/img/logos/x-twitter.svg'
width={16}
Expand All @@ -367,17 +366,14 @@ const Footer = () => (
alt='Twitter logo'
/>
Twitter

<Image
src="/img/logos/x-twitter.svg"
alt="X logo"
width={16}
height={16}
className="mr-2"
/>
X


src='/img/logos/x-twitter.svg'
alt='X logo'
width={16}
height={16}
className='mr-2'
/>
X
</a>
</div>
<div className=''>
Expand Down

0 comments on commit 08b99b8

Please sign in to comment.