-
Notifications
You must be signed in to change notification settings - Fork 0
[CW2-36] Linking Merch Store Link in nav bar and hamburger #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,16 @@ const Navbar = () => { | |
<Link href="/contact-us"> | ||
<div className="text-xl">{'//'} contact us</div> | ||
</Link> | ||
<a href="https://csesoc-merch.square.site/" className='flex xl:gap-3 lg:gap-1.5 md:gap-0.8 duration-300 hover:scale-105'> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think just get rid of the text and just have the icon, otherwise it's too much Also, maybe make it so that the link opens in a new tab There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also thinking about it now, I think from experience navbars generally don't really have animations? Idk, just my opinion |
||
<div className="text-xl">{'//'} merch store</div> | ||
<Image | ||
src="/assets/merch-store-icon.svg" | ||
alt="Merchandise Store Icon" | ||
width={30} | ||
height={30} | ||
draggable={false} | ||
/> | ||
</a> | ||
</div> | ||
<div className="md:hidden xl:hidden lg:hidden text-right font-bold block"> | ||
<Hamburger /> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe call this merch store