docs:fixed react error in getting-started/homepage
Signed-off-by: Mihai Lemnaru <eduard.mihai.lemnaru@gmail.com>
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user