Skip to content

Commit

Permalink
fix: 분야별 정렬 부분에 들어가는 이미지에 alt 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
geongyu09 committed Sep 16, 2024
1 parent 836ca3d commit e266f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/(WithNavbar)/pass-state/[generation]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const PassStatePage = ({ searchParams: { sortedBy } }: PassStatePageProps) => {
</Txt>
<Image
src={"/icons/chevron-down.svg"}
alt=""
alt="sort by field"
width={16}
height={16}
/>
Expand Down

0 comments on commit e266f6a

Please sign in to comment.