Skip to content

Commit

Permalink
fix: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Nov 19, 2024
1 parent 3970827 commit 789bd6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const { title = "", description = "" } = Astro.props;
const metaDescription =
description ||
"The Fancade Club is a worldwide community of Fancade enthusiasts. Join and become a member today!";
"The Dittocade is a worldwide community of Fancade enthusiasts. Join and become a member today!";
const metaTitle = (title && title + " - ") + "Fancade Club";
const metaTitle = (title && title + " - ") + "Dittocade";
---

<!doctype html>
Expand All @@ -32,8 +32,8 @@ const metaTitle = (title && title + " - ") + "Fancade Club";
<title>{metaTitle}</title>
</head>
<body>
<Header title="Club" image={Icon}
><NavLink href="https://account.fancade.club">Account</NavLink></Header
<Header title="Dittocade" image={Icon}
><NavLink href="https://account.cade.party">Account</NavLink></Header
>
<main>
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Heading from "@fancade-club/comps/layouts/Heading.astro";
<Heading level={2} id="issues">Contributing</Heading>
<p>
If you have an idea on how to improve the Fancade Club, you can contribute
or open an issue on our <a href="https://github.com/fancade-club"
or open an issue on our <a href="https://github.com/dittocade"
>GitHub organization</a
>.
</p>
Expand Down

0 comments on commit 789bd6d

Please sign in to comment.