Skip to content

Commit

Permalink
Change arrow icon to SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
JiashuHarryHuang committed Dec 4, 2023
1 parent cdada5a commit 7c06e7b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Event/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Header = () => {
<HeaderBox>
{/* Arrow icon */}
<Image
src="/event/arrow-left.png"
src="/event/arrow-left.svg"
alt=""
width={48}
height={48}
Expand Down
2 changes: 1 addition & 1 deletion pages/volunteerHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const VolunteerHistoryPage = () => {
<HeaderContainer>
<IconLink href="#" onClick={() => history.back()}>
<Image
src="/event/arrow-left.png"
src="/event/arrow-left.svg"
alt="Go Back"
width="40"
height="40"
Expand Down
Binary file removed public/event/arrow-left.png
Binary file not shown.
4 changes: 4 additions & 0 deletions public/event/arrow-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 7c06e7b

@vercel
Copy link

@vercel vercel bot commented on 7c06e7b Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bookem-user – ./

bookem-user-bookem-user.vercel.app
bookem-user.vercel.app
bookem-user-git-main-bookem-user.vercel.app

Please sign in to comment.