Skip to content

Commit

Permalink
Merge branch 'sandbox'
Browse files Browse the repository at this point in the history
  • Loading branch information
axrobert authored Apr 12, 2024
2 parents ec254e5 + 3c255bc commit 76ce587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ export default function HomepageFeatures(): JSX.Element {
</div>
</section>
);
}
}
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Get Started
Vamos começar
</Link>
</div>
</div>
Expand All @@ -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="Documentação simples, didática e objetiva/>">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 76ce587

Please sign in to comment.