Skip to content

Commit

Permalink
Add hackathon dates (#52)
Browse files Browse the repository at this point in the history
* update: hackathon dates
* fix: use ndash
* fix: remove year from date
  • Loading branch information
samderanova authored Oct 5, 2023
1 parent a3600a4 commit bf17f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/site/src/views/Home/sections/Landing/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function Landing() {
return (
<div className={styles.landing}>
<h1>ZotHacks 2023</h1>
<p>November 4&ndash;5</p>
<ApplyButton />
</div>
);
Expand Down

0 comments on commit bf17f58

Please sign in to comment.