Skip to content

Commit

Permalink
feat: accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ardasevinc committed Oct 12, 2023
1 parent 9a0b3d4 commit 6d3f6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/InstagramCTA.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { Instagram } from 'lucide-react';

<a
href='https://www.instagram.com/iztechai'
title='@iztechai Instagram'
aria-label='@iztechai Instagram'
title='Instagram page of iztechai'
aria-label='Instagram page of iztechai'
target='blank'
rel='noopener noreferrer nofollow'
class='mx-auto w-full max-w-sm rounded-lg flex items-center relative min-h-[2.5rem] active:scale-90 transition-all duration-100 ease-in-out p-2 drop-shadow-md hover:scale-105'
Expand Down

0 comments on commit 6d3f6ef

Please sign in to comment.