Skip to content

Commit

Permalink
add hyphen to site title
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Jan 17, 2024
1 parent 5985826 commit 6ae91d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const { title } = Astro.props;
<link rel="icon" type="image/svg+xml" href="/img/bread_32x32.png" />
<meta name="generator" content={Astro.generator} />
<meta name="description" content="The currency for solidarity." />
<meta name="title" content="Breadchain Cooperative" />
<meta name="title" content="Breadchain Co-operative" />

<meta property="og:url" content="https://breadchain.xyz" />
<meta property="og:image" content="/img/breadlogo.png" />
Expand Down

0 comments on commit 6ae91d6

Please sign in to comment.