We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931be72 commit 1807a16Copy full SHA for 1807a16
src/components/Header.tsx
@@ -18,7 +18,7 @@ const Header = ({ title, showPreviousIcon = true, showShareIcon = true }: Header
18
{showPreviousIcon && (
19
<img
20
src="/public/icon/arrow_left.svg"
21
- alt="Go To Previous"
+ alt="Go To Back"
22
className="absolute left-[18.77px] cursor-pointer"
23
width={9.87}
24
height={16}
0 commit comments