Skip to content

Commit

Permalink
fix: remove the shop link from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
neoandmatrix committed Jan 28, 2025
1 parent c579393 commit 0b11e7f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions modelina-website/src/components/layouts/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,6 @@ export default function Footer() {
Blog
</Link>
</li>
<li className='py-2'>
<a
href='https://www.store.asyncapi.com/collections/all-products'
target='_blank'
rel='noopener noreferrer'
className='text-base leading-6 text-gray-500 transition duration-300 ease-in-out hover:text-white'
>
Shop
</a>
</li>
<li className='py-2'>
<Link
href='/jobs'
Expand Down

0 comments on commit 0b11e7f

Please sign in to comment.