Skip to content

Commit 210fed4

Browse files
vplasenciaNicoSerranoP
authored andcommitted
docs: update ceremony end date
1 parent 53f4187 commit 210fed4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const config: Config = {
6767
announcementBar: {
6868
id: "semaphore-v4-beta",
6969
content:
70-
'<b>New Semaphore V4 <a href="https://ceremony.pse.dev/projects/Semaphore%20Binary%20Merkle%20Root%20Fix" target="_blank">Trusted Setup Ceremony</a> is open for contributions until August 6!</b>',
70+
'<b>New Semaphore V4 <a href="https://ceremony.pse.dev/projects/Semaphore%20Binary%20Merkle%20Root%20Fix" target="_blank">Trusted Setup Ceremony</a> is open for contributions until August 20!</b>',
7171
backgroundColor: "#dde6fc",
7272
textColor: "#000000"
7373
},

apps/website/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
4545
>
4646
<b>Trusted Setup Ceremony</b>
4747
</Link>{" "}
48-
is open for contributions until <b>August 6</b>!
48+
is open for contributions until <b>August 20</b>!
4949
</Banner>
5050
<Navbar />
5151
<Container maxW="1440px" px={{ base: "5", md: "10" }}>

0 commit comments

Comments
 (0)