Skip to content

Commit

Permalink
Chore: aria-label 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dongree committed Dec 9, 2023
1 parent 006eec5 commit a40f8d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/shared/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,10 @@ export default function Header({
alt="search_icon"
/>
</button>
<button onClick={() => router.push('/ranking')}>
<button
onClick={() => router.push('/ranking')}
aria-label="ranking"
>
<FaRankingStar className="w-5 h-5 text-soma-grey-60" />
</button>
<Link href="/login">
Expand Down

0 comments on commit a40f8d1

Please sign in to comment.