Skip to content

Commit

Permalink
Fixed the description field for the docs meta tag (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelZhao21 authored Apr 17, 2024
1 parent 2aa78f9 commit bc225db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function HomepageHeader() {
export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout description="Description will go into a meta tag in <head />">
<Layout description="An all-in-one hackathon judging platform, created with modern technologies aimed at optimizing the user experience of hackers, judges, and organizers.">
<HomepageHeader />
<main></main>
</Layout>
Expand Down

0 comments on commit bc225db

Please sign in to comment.