Skip to content

Commit

Permalink
fix site title
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Jan 17, 2024
1 parent f632b39 commit f848ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 Co-operative" />
<meta name="title" content={title} />

<meta property="og:url" content="https://breadchain.xyz" />
<meta property="og:image" content="/img/breadlogo.png" />
Expand Down
2 changes: 1 addition & 1 deletion apps/site/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { cca, laborDao, symbiota } from "../content/index/members/_index";
import { values } from "../content/index/values/_index";
---

<Layout title="Breadchain Cooperative.">
<Layout title="Breadchain Co-operative.">
<Hero heading={heading} subheading={subheading} />
<InfoCards />
<Members members={[cca, laborDao, symbiota]} />
Expand Down

0 comments on commit f848ec4

Please sign in to comment.