diff --git a/plugins/scaffolder/src/components/ScaffolderPage/index.tsx b/plugins/scaffolder/src/components/ScaffolderPage/index.tsx index b05b86bd92..9c3801702a 100644 --- a/plugins/scaffolder/src/components/ScaffolderPage/index.tsx +++ b/plugins/scaffolder/src/components/ScaffolderPage/index.tsx @@ -24,7 +24,7 @@ import { Page, pageTheme, } from '@backstage/core'; -import { Typography } from '@material-ui/core'; +import { Typography, Link } from '@material-ui/core'; // TODO(blam): Connect to backend const STATIC_DATA = [ @@ -49,6 +49,13 @@ const ScaffolderPage: React.FC<{}> = () => { /> + + NOTE! This feature is WIP. You can follow progress{' '} + + here + + . +
{STATIC_DATA.map((item, ix) => { return (