Added a variant prop to the WelcomeTitle component

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2025-05-19 16:26:23 -05:00
parent 33eacde752
commit 2c1761fc41
3 changed files with 14 additions and 2 deletions
@@ -28,6 +28,7 @@ import { HomePageSearchBar } from '@backstage/plugin-search';
import Grid from '@material-ui/core/Grid';
import { tools, useLogoStyles } from './shared';
import { WelcomeTitle } from '@backstage/plugin-home';
const defaultConfig = [
{
@@ -81,6 +82,7 @@ export const CustomizableHomePage = () => {
</Grid>
<CustomHomepageGrid config={defaultConfig}>
<WelcomeTitle variant="h1" />
<HomePageSearchBar />
<HomePageRecentlyVisited />
<HomePageTopVisited />