Merge pull request #27358 from miaits/docs/patch-1

docs:fixed react error in getting-started/homepage
This commit is contained in:
Johan Haals
2024-10-25 14:08:05 +02:00
committed by GitHub
+1 -1
View File
@@ -160,7 +160,7 @@ import React from 'react';
import Grid from '@material-ui/core/Grid';
import { HomePageCompanyLogo } from '@backstage/plugin-home';
export const homePage = (
export const HomePage = () => (
<Grid container spacing={3}>
<Grid item xs={12} md={4}>
<HomePageCompanyLogo />