From c153a0fc96679332cd560715eeb8955066a22b52 Mon Sep 17 00:00:00 2001 From: nikek Date: Wed, 11 Mar 2020 08:15:35 +0100 Subject: [PATCH] Tweak welcome page styling and text --- .../WelcomePage/SquadTechHealth.tsx | 36 ------------------- .../components/WelcomePage/WelcomePage.tsx | 21 +++++------ 2 files changed, 9 insertions(+), 48 deletions(-) delete mode 100644 plugins/welcome/src/components/WelcomePage/SquadTechHealth.tsx diff --git a/plugins/welcome/src/components/WelcomePage/SquadTechHealth.tsx b/plugins/welcome/src/components/WelcomePage/SquadTechHealth.tsx deleted file mode 100644 index 16083de6bd..0000000000 --- a/plugins/welcome/src/components/WelcomePage/SquadTechHealth.tsx +++ /dev/null @@ -1,36 +0,0 @@ -import React, { FC } from 'react'; -import { Grid, Typography } from '@material-ui/core'; - -import { HorizontalScrollGrid, ProgressCard } from '@spotify-backstage/core'; - -const SquadTechHealth: FC<{}> = () => { - return ( - <> - Team Metrics - - - - - - - - - - ); -}; - -export default SquadTechHealth; diff --git a/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx b/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx index afb413b9b8..5b1646d1a3 100644 --- a/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx +++ b/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx @@ -30,7 +30,7 @@ const WelcomePage: FC<{}> = () => { - + @@ -41,38 +41,35 @@ const WelcomePage: FC<{}> = () => { The Setup - - Backstage is put together from three base concepts, the core, + + Backstage is put together from three base concepts: the core, the app and the plugins.
    -
  • The core is resonsible for base functionality.
  • +
  • The core is responsible for base functionality.
  • The app provides the base UI and connects the plugins.
  • The plugins make Backstage useful for the end users with - specific views and functionaity. + specific views and functionality.
Try It Out - + We suggest you either check out the documentation for{' '} creating a plugin {' '} or have a look in the code for the{' '} - + Home Page - {' '} + {' '} in the directory "plugins/home-page/src".
- + Quick Links