Skip to content

Commit

Permalink
new annon
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Sep 28, 2024
1 parent 0016614 commit 47a5d48
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/server/handlers/announcements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const announcements = [
"button_link": "/proposals/283",
"path": "/@.+/(blog|posts|wallet|points|engine|permissions|spk)",
"auth": true
},*/
},
{
"id": 106,
"title": "Vote New Proposal! ❤️",
Expand All @@ -64,5 +64,15 @@ export const announcements = [
"path": "/@.+/(blog|posts|wallet|points|engine|permissions|spk)",
"auth": true,
"ops": "hive://sign/op/WyJ1cGRhdGVfcHJvcG9zYWxfdm90ZXMiLHsidm90ZXIiOiAiX19zaWduZXIiLCJwcm9wb3NhbF9pZHMiOiBbMjgzXSwiYXBwcm92ZSI6dHJ1ZSwiZXh0ZW5zaW9ucyI6IFtdfV0."
},*/
{
"id": 107,
"title": "Support Proposal! ❤️",
"description": "Your support is very important for future development of Ecency!",
"button_text": "Support now",
"button_link": "/proposals/283",
"path": "/@.+/(blog|posts|wallet|points|engine|permissions|spk)",
"auth": true,
"ops": "hive://sign/op/WyJ1cGRhdGVfcHJvcG9zYWxfdm90ZXMiLHsidm90ZXIiOiAiX19zaWduZXIiLCJwcm9wb3NhbF9pZHMiOiBbMjgzXSwiYXBwcm92ZSI6dHJ1ZSwiZXh0ZW5zaW9ucyI6IFtdfV0."
}
]

0 comments on commit 47a5d48

Please sign in to comment.