Skip to content

Commit 1807a16

Browse files
committed
fix: alt 내용 변경
1 parent 931be72 commit 1807a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Header = ({ title, showPreviousIcon = true, showShareIcon = true }: Header
1818
{showPreviousIcon && (
1919
<img
2020
src="/public/icon/arrow_left.svg"
21-
alt="Go To Previous"
21+
alt="Go To Back"
2222
className="absolute left-[18.77px] cursor-pointer"
2323
width={9.87}
2424
height={16}

0 commit comments

Comments
 (0)