Skip to content

Commit

Permalink
Merge pull request #172 from Bitshala/changeEvent
Browse files Browse the repository at this point in the history
change nostr event from upcoming to previous
  • Loading branch information
rajarshimaitra authored Jul 8, 2024
2 parents 0023f95 + 46e5471 commit 3841662
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/components/bitspace/PreviousEvents.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
---
const list = [
{
logo: "/bitspace/nostr.webp",
name: "Exploring NOSTR",
date: "Saturday, 6 July",
link: "https://lu.ma/7nth3uqi",
isHappening: false,
desc: "Nostr is an unstoppable open source social network, not owned by any corporation or government. Curious? Join us and learn about how it empowers you to communicate without censorship.",
},
{
logo: "/bitspace/memebook.webp",
name: "Bitspace Maker Saturday",
Expand Down
2 changes: 1 addition & 1 deletion src/components/bitspace/UpcomingEvents.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const list = [
name: "Exploring NOSTR",
date: "Saturday, 6 July",
link: "https://lu.ma/7nth3uqi",
isHappening: true,
isHappening: false,
desc: "Nostr is an unstoppable open source social network, not owned by any corporation or government. Curious? Join us and learn about how it empowers you to communicate without censorship.",
},
];
Expand Down

0 comments on commit 3841662

Please sign in to comment.