From 1739b836092b72b1cf994987170077c4b00f55da Mon Sep 17 00:00:00 2001 From: SabreCat Date: Fri, 1 Jun 2018 01:31:35 +0000 Subject: [PATCH] chore(news): Bailey --- website/server/controllers/api-v3/news.js | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index d9a55bc205..bbe08bedf7 100644 --- a/website/server/controllers/api-v3/news.js +++ b/website/server/controllers/api-v3/news.js @@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth'; let api = {}; // @TODO export this const, cannot export it from here because only routes are exported from controllers -const LAST_ANNOUNCEMENT_TITLE = 'NEW AVATAR CUSTOMIZATIONS: EARRINGS AND HEADBANDS!'; +const LAST_ANNOUNCEMENT_TITLE = 'LAST CHANCE FOR FAIRY POTIONS AND PEACOCK SET'; const worldDmg = { // @TODO bailey: false, }; @@ -32,15 +32,21 @@ api.getNews = {

${res.t('newStuff')}

-

5/24/2018 - ${LAST_ANNOUNCEMENT_TITLE}

+

5/31/2018 - ${LAST_ANNOUNCEMENT_TITLE}


-

There are new free customizations available for your avatar! Check out our new sets of earrings and headbands in a variety of colors to match every outfit. You can find them under User > Edit Avatar. Enjoy!

-
by Breadstrings, AnnDeLune, Beffymaroo, and SabreCat
+

Last Chance for Phenomenal Peacock Set

+

Reminder: this is the final day to subscribe and receive the Phenomenal Peacock Set! Subscribing also lets you buy Gems for Gold. The longer your subscription, the more Gems you get!

-
+
+

Thanks so much for your support! You help keep Habitica running.

+
by Beffymaroo
+

Last Chance for Fairy Hatching Potions

+

Reminder: this is the final day to buy Fairy Hatching Potions! If they come back, it won't be until next year at the earliest, so don't delay!

+
by Edge
+
`, });