Skip to content

Commit

Permalink
Merge pull request #2572 from Badger-Finance/update-announcment
Browse files Browse the repository at this point in the history
feat: update announcment banner
  • Loading branch information
mrbasado authored Oct 13, 2023
2 parents c058dc9 + 2cbba43 commit 226ee89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ function stringHash(input?: string): string | undefined {

// Message should be defined or explicitly undefined.
export const APP_NEWS_MESSAGE =
'app.badger.com has officially been migrated to legacy.badger.com and the discontinuation of all remaining vaults is in progress. To learn more about Badgers progression toward further decentralization ';
'Unable to locate your deposits? Visit legacy.badger.finance to access additional deprecated vaults. ';
// Text & URL should be defined or explicitly undefined.
export const APP_NEWS_URL_TEXT = 'Click here';
export const APP_NEWS_URL = 'https://badgerdao.medium.com/progressing-towards-further-decentralization-25351d4d240b';
export const APP_NEWS_URL = 'https://legacy.badger.finance';
export const APP_NEWS_STORAGE_HASH = stringHash(APP_NEWS_MESSAGE);

0 comments on commit 226ee89

Please sign in to comment.