From 5f14396d4b9002671423666c5a776b883d58a80b Mon Sep 17 00:00:00 2001 From: Mihai Lemnaru Date: Fri, 25 Oct 2024 13:58:02 +0300 Subject: [PATCH] docs:fixed react error in getting-started/homepage Signed-off-by: Mihai Lemnaru --- docs/getting-started/homepage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/homepage.md b/docs/getting-started/homepage.md index d7c9b46faa..03722daedf 100644 --- a/docs/getting-started/homepage.md +++ b/docs/getting-started/homepage.md @@ -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 = () => (