feat(teams): beta testing banner

This commit is contained in:
SabreCat
2022-04-22 15:47:55 -05:00
parent 32823e3760
commit edb606814c
4 changed files with 73 additions and 28 deletions

View File

@@ -42,6 +42,7 @@
<damage-paused-banner />
<gems-promo-banner />
<gift-promo-banner />
<teams-testing-banner />
<notifications-display />
<app-menu />
<div
@@ -158,6 +159,7 @@ import AppHeader from './components/header/index';
import DamagePausedBanner from './components/header/banners/damagePaused';
import GemsPromoBanner from './components/header/banners/gemsPromo';
import GiftPromoBanner from './components/header/banners/giftPromo';
import TeamsTestingBanner from './components/header/banners/teamsTesting';
import AppFooter from './components/appFooter';
import notificationsDisplay from './components/notifications';
import snackbars from './components/snackbars/notifications';
@@ -194,6 +196,7 @@ export default {
DamagePausedBanner,
GemsPromoBanner,
GiftPromoBanner,
TeamsTestingBanner,
notificationsDisplay,
snackbars,
BuyModal,