Skip to content

Commit

Permalink
πŸ’„ Updated MOTD for Nov2 Action
Browse files Browse the repository at this point in the history
  • Loading branch information
NatVIII committed Oct 28, 2024
1 parent 0d9efed commit 060fccb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const calendarRef = ref(null); // Ref for the FullCalendar instance
const tags = ref(getAllTags()); // Ref for serving a full list of tags found in event_sources.json
provide('tags', tags); //Serves the tags array globally, allowing it to be accessed in FilterModal.vue
var beforeMOTDDate = (Date.now() < Date.parse('07/24/2024 9:30:00 AM'));//For hiding the MOTD, a better system will be implemented in the future!
var beforeMOTDDate = (Date.now() < Date.parse('11/02/2024 2:30:00 PM'));//For hiding the MOTD, a better system will be implemented in the future!
const tagsToHide = ['hidden', 'internal', 'invisible']; // Tags that should hide events
Expand Down Expand Up @@ -429,9 +429,10 @@ const transformEventSourcesResponse = (eventSources: Ref<Record<string, any>>) =
</table>
<div style="text-align: center;" v-if="beforeMOTDDate">
<div class="motd">
πŸ‡΅πŸ‡Έ Want to get to DC on July 24th to protest Benjamin Netanyahu's visit to U.S. Congress?
PSL Virginia is hosting a bus to help get people there,
<a style="color: var(--text-white);" href="https://www.instagram.com/pslvirginia/p/C9cnAaAuojQ/">More Info Here!</a> πŸ‡΅πŸ‡Έ
πŸ‡΅πŸ‡Έ This Saturday ShutItDown4Palestine is hosting a national day of action to say
NO VOTES FOR GENOCIDE. Want to join in RVA? Check out the upcoming rally
<a style="color: var(--text-white);" href="https://www.instagram.com/pslvirginia/p/DBobeMEuC8D/">here!</a> πŸ‡΅πŸ‡Έ
<br > πŸ—“οΈ Nov 2 | πŸ•‘ 2pm | πŸ“ Monroe Park
</div>
</div>
<FullCalendar ref="calendarRef" :options='calendarOptions' />
Expand Down

1 comment on commit 060fccb

@vercel
Copy link

@vercel vercel bot commented on 060fccb Oct 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rva-rip – ./

rva-rip-my-team-66f1c945.vercel.app
www.rva.rip
rva-rip-git-main-my-team-66f1c945.vercel.app
rva.rip

Please sign in to comment.