Skip to content

Commit

Permalink
update alert bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbarnum4 committed Aug 10, 2023
1 parent 208d69b commit 875fafb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/alert.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "Click here to sign up for graduation showcase!",
"url": "https://showcase.operationspark.org",
"start": "7/10/2023 9:00",
"end": "7/27/2023 18:00"
"message": "Click here to sign up for NED Talks: Tech Talks with Nice Nerds: Jorge Carvajal Edition",
"url": "https://ospk.org/ned-talks-eventbrite",
"start": "8/10/2023 9:00",
"end": "8/16/2023 18:00"
}
1 change: 1 addition & 0 deletions src/components/Navbar/AlertBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const AlertBarStyles = styled(motion.div)`
width: 100%;
font-size: 0.9em;
margin-right: 0.5rem;
text-align: center;
a {
padding: 0 0.5rem;
border-radius: 0.5rem;
Expand Down

0 comments on commit 875fafb

Please sign in to comment.