removed icon in title

This commit is contained in:
mik-tf 2024-08-24 09:00:20 -04:00
parent 509ca6854c
commit d003560f8e

View File

@ -20,7 +20,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Learn and Explore the TFGrid
Learn and Explore the TFGrid
</Link>
</div>
</div>
@ -32,8 +32,8 @@ export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
title={`${siteConfig.title}`}
description="Everything About ThreeFold">
<HomepageHeader />
<main>
<HomepageFeatures />