Skip to content

Commit

Permalink
event update
Browse files Browse the repository at this point in the history
  • Loading branch information
keraliss committed Oct 23, 2024
1 parent 12d2818 commit c6b576c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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/blrBitdev.webp",
name: "BITDEVS: Bitcoin Mining",
date: "Saturday 7 September",
link: "https://lu.ma/tl9gahgy",
isHappening: true,
desc: "Bitcoin Mining focused BITDEVS happening this week! We'll talk about the 'why' and 'how' of mining, individual mining setups, pool protocols like Stratum V2 and ocean mining. It's going to be amazing. Make sure to not miss it!",
},
{
logo: "/bitspace/blrBitdev.webp",
name: "BITDEVS : Privacy Landscape",
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: "BITDEVS: Bitcoin Mining",
date: "Saturday 7 September",
link: "https://lu.ma/tl9gahgy",
isHappening: true,
isHappening: false,
desc: "Bitcoin Mining focused BITDEVS happening this week! We'll talk about the 'why' and 'how' of mining, individual mining setups, pool protocols like Stratum V2 and ocean mining. It's going to be amazing. Make sure to not miss it!",
},
];
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const list = [
class="mt-5 flex flex-row-reverse justify-between px-3 sm:justify-between lg:ml-28 lg:w-2/5 lg:flex-col lg:items-center lg:justify-normal"
>
<div class="-ml-16 mt-10 flex gap-4">
<a href="https://x.com/bitshala">
<a href="https://x.com/bitshala_org">
<img
src="/logo/1.png"
class="h-8 lg:h-10"
Expand Down

0 comments on commit c6b576c

Please sign in to comment.