Skip to content

Commit

Permalink
support new proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Nov 3, 2023
1 parent f65afb4 commit f7a827b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/server/handlers/announcements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const announcements = [
"button_link": "/created/adventcalendar",
"path": "/(hot|created|trending|rising|controversial)",
"auth": true
},*/
},
{
"id": 102,
"title": "Support Ecency! ❤️",
Expand All @@ -35,7 +35,7 @@ export const announcements = [
"button_link": "/",
"path": "/",
"auth": true
},
},*/
{
"id": 104,
"title": "Introducing Waves and Decks 2.0 🎉",
Expand All @@ -44,6 +44,14 @@ export const announcements = [
"button_link": "/decks",
"path": "/(hot|created|trending|rising|controversial)",
"auth": true
},
{
"id": 105,
"title": "Support Ecency! ❤️",
"description": "You can support Ecency team by voting on New Ecency proposal. Every vote and support counts!",
"button_text": "Support now",
"button_link": "/proposals/283",
"path": "/@.+/(blog|posts|wallet|points|engine|permissions|spk)",
"auth": true
}
]

0 comments on commit f7a827b

Please sign in to comment.