Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Oct 21, 2024
1 parent e439080 commit 9089353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function HomepageHeader() {
export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout title={`${siteConfig.title}`} description="ATT&CK Data Model Documentation">
<Layout title="Home" description="ATT&CK Data Model Documentation">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 9089353

Please sign in to comment.