New home: service catalog (#1018)

* New home: service catalog

* Add banner

* Remove extra <>

* Re-enable test

* Review comments

* Update DismissableBanner.stories.tsx
This commit is contained in:
Stefan Ålund
2020-05-28 12:46:23 +02:00
committed by GitHub
parent ff65749635
commit 3d4334fdb9
9 changed files with 246 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import WelcomePage from './components/WelcomePage';
export const plugin = createPlugin({
id: 'welcome',
register({ router, featureFlags }) {
router.registerRoute('/', WelcomePage);
router.registerRoute('/welcome', WelcomePage);
featureFlags.register('enable-welcome-box');
},