Skip to content

Commit

Permalink
fix: use tagline as front-page description (#701)
Browse files Browse the repository at this point in the history
fix: use tagline as front-page description

When linking the web, description is used for the preview, e.g. on Matrix or Discord.
#i_am_a_dummkopf

Reviewed-by: Jiri Popelka
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jul 18, 2023
2 parents b664191 + 3900292 commit 47f9aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export default function Home(): JSX.Element {
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
description="Automate and ease the work of maintainers and developers"
>
<HomepageHeader />
<PackitDescription />
Expand Down

0 comments on commit 47f9aac

Please sign in to comment.