Skip to content

Commit

Permalink
Merge pull request #79 from Linkup-3mw/dev
Browse files Browse the repository at this point in the history
[Chore] Deploy
  • Loading branch information
moonyah authored Jun 6, 2024
2 parents 0ead2f6 + b8418c1 commit d8a7dab
Show file tree
Hide file tree
Showing 14 changed files with 689 additions and 405 deletions.
6 changes: 3 additions & 3 deletions src/app/common/header/MobileHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ export default function MobileHeader({
</div>
<div className="flex justify-center items-center flex-1">
<Link href="/">
<img className="" src="svg/header/logo.svg" alt="Logo" />
<img className="" src="/svg/header/logo.svg" alt="Logo" />
</Link>
</div>
<div className="flex flex-1 justify-end shrink-0">
<img
className="h-8 mr-[0.62rem]"
src="svg/header/unconfirmedAlarmIcon.svg"
src="/svg/header/unconfirmedAlarmIcon.svg"
alt="Unconfirmed Alarm Icon"
/>
<div className="relative cursor-pointer">
<img
className="h-8 cursor-pointer mr-[0.62rem]"
src="svg/header/hamburgerMenuIcon.svg"
src="/svg/header/hamburgerMenuIcon.svg"
alt="Hamburger Menu Icon"
onClick={toggleModal}
/>
Expand Down
Loading

0 comments on commit d8a7dab

Please sign in to comment.