diff --git a/website/client/components/achievements/newStuff.vue b/website/client/components/achievements/newStuff.vue
index 8ae94ef140..1553337771 100644
--- a/website/client/components/achievements/newStuff.vue
+++ b/website/client/components/achievements/newStuff.vue
@@ -1,29 +1,67 @@
- b-modal#new-stuff(v-if='user.flags.newStuff', :title="$t('newStuff')", size='lg', :hide-footer="true")
- .modal-body.new-stuff-modal
- h3.text-center
- | {{ this.$t('newStuff') }} by
- a(target='_blank', href='https://twitter.com/Mihakuu') Bailey
- div(:class="baileyClass")
- div(v-html='latestBaileyMessage')
+ b-modal#new-stuff(
+ v-if='user.flags.newStuff',
+ size='lg',
+ :hide-header='true',
+ :hide-footer='true',
+ )
+ .modal-body
+ .media
+ .media-body
+ .media
+ .align-self-center.right-margin(:class='baileyClass')
+ .media-body
+ h1.align-self-center(v-markdown='$t("newStuff")')
+ h2 8/30/2017 - LAST CHANCE FOR LAVA WARRIOR SET AND EMBER HATCHING POTIONS
+ hr
+ .media
+ .promo_mystery_201708.right-margin.align-self-center
+ .media-body
+ h3 Last Chance for Lava Warrior Set
+ p Reminder: you only have three days to subscribe and receive the Lava Warrior Set! Subscribing also lets you buy gems for gold. The longer your subscription, the more gems you get!
+ p Thanks so much for your support! You help keep Habitica running.
+ p.small.muted by Lemoness
+ h3 Last Chance for Ember Hatching Potions
+ p Reminder: there are three days left to buy Ember Hatching Potions! If they come back, it won't be until next year at the earliest, so don't delay!
+ p.small.muted by Balduranne, tricksy.fox, and SabreCat
+ .promo_ember_potions.left-margin.align-self-center
.modal-footer
a.btn.btn-info(href='http://habitica.wikia.com/wiki/Whats_New', target='_blank') {{ this.$t('newsArchive') }}
button.btn.btn-default(@click='close()') {{ this.$t('cool') }}
button.btn.btn-warning(@click='dismissAlert();') {{ this.$t('dismissAlert') }}
+
+