Skip to content

Commit

Permalink
add summer countdown card
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-0 committed May 2, 2024
1 parent 2215ba1 commit e7c3a55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/cards/ShsHacksCard.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<timed-card startTime="April 16, 2024" endTime="April 20, 2024">
<timed-card startTime="May 1, 2024" endTime="May 3, 2024">
<div class="top-padding">
<a class="main-link" href="https://windycityhacks.com?ref=stevenson.space" target="_blank">
<img class="logo" src="@/assets/occasions/windy-city-hacks.png">
Expand Down
10 changes: 5 additions & 5 deletions src/views/Home/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

<card-container class="card-container">
<end-of-year-card />
<!-- <countdown-card
v-show="themeName === 'Summer'"
untilDate="May 27, 2023"
message="🌴 Summer Countdown 🐬"
/> -->
<countdown-card
v-show="themeName === 'Summer'"
untilDate="May 24, 2024"
message="🌴 Summer Countdown 🐬"
/>
<new-feature-card />
<new-theme-card />
<!-- <april-fools-card /> -->
Expand Down

0 comments on commit e7c3a55

Please sign in to comment.