Skip to content

Commit

Permalink
Merge pull request #18 from noteable-io/emeeks/fix-home-page-copy
Browse files Browse the repository at this point in the history
Fix home page social card copy
  • Loading branch information
rgbkrk authored Jul 24, 2023
2 parents 56acb0c + 8cc806b commit e0d4a71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ function HomepageHeader() {
}

export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
// const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
title={"Noteable Developer Resources"}
description="Resources for developers working on the intersection of Notebooks & LLMs"
>
<HomepageHeader />
<main>
Expand Down

0 comments on commit e0d4a71

Please sign in to comment.