-
Notifications
You must be signed in to change notification settings - Fork 53
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
Removed calendar emoji and replaced with blue calendar SVG #469
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Updated size of calendar SVG on events page to fit accordingly to emoji size.
Changed size to make it smaller as according to @jaasonw |
works ofr me : ) |
<h2 class="size-lg headers">Upcoming Events 📅</h2> | ||
<div class="main-header"> | ||
<h2 class="size-lg headers">Upcoming Events</h2> | ||
<img src="assets/bluecalender.svg" alt="Blue Calender" /> |
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.
jk can u add a / in front of this and then re pull request LOL
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.
i dont think it's the most important thing to have but it's tehcnically correct idk thoughts? @EthanThatOneKid
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.
i dont think it's the most important thing to have but it's tehcnically correct idk thoughts? @EthanThatOneKid
Since we will add the / in the last PR, we should probably add the / in this PR as well.
jk can u add a / in front of this and then re pull request LOL
A quick follow-up PR sounds good to me.
Replaced calendar emoji with blue calendar SVG. The blue calendar was made using Figma so that the color could be matched to the acmBlue. The calendar will be hidden when the size of the screen decreases to a significant amount.
Fixed #467