Skip to content

Commit

Permalink
ann update
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jan 9, 2024
1 parent f7a827b commit 698e599
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/server/handlers/announcements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const announcements = [
"button_link": "/",
"path": "/",
"auth": true
},*/
},
{
"id": 104,
"title": "Introducing Waves and Decks 2.0 🎉",
Expand All @@ -53,5 +53,14 @@ export const announcements = [
"button_link": "/proposals/283",
"path": "/@.+/(blog|posts|wallet|points|engine|permissions|spk)",
"auth": true
},*/
{
"id": 106,
"title": "Vote New Proposal! ❤️",
"description": "We still need your support. Every vote and support matters!",
"button_text": "Support now",
"button_link": "/proposals/283",
"path": "/@.+/(blog|posts|wallet|points|engine|permissions|spk)",
"auth": true
}
]

0 comments on commit 698e599

Please sign in to comment.