rusackas commented on code in PR #35186:
URL: https://github.com/apache/superset/pull/35186#discussion_r2373710088
##########
docs/src/pages/index.tsx:
##########
@@ -505,11 +506,12 @@ export default function Home(): JSX.Element {
}, []);
return (
- <Layout
- title="Welcome"
- description="Community website for Apache Supersetâ„¢, a data
visualization and data exploration platform"
- wrapperClassName="under-navbar"
- >
+ <Layout>
+ <Head>
+ <title>Welcome</title>
+ <meta name="description" content="Community website for Apache
Supersetâ„¢, a data visualization and data exploration platform" />
+ <body className="under-navbar" />
+ </Head>
Review Comment:
@sadpandajoe indeed, this looks off... something go wrong with the rebase?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]