Skip to content

Commit

Permalink
fix empty content
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgill committed May 1, 2024
1 parent e70cbe3 commit 1debc1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions apps/www/src/config/marketing.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { MarketingConfig } from "@/types";
import { siteConfig } from "./site";

export const marketingConfig: MarketingConfig = {
mainNav: [
Expand All @@ -9,11 +10,7 @@ export const marketingConfig: MarketingConfig = {
},
{
title: "Changelog",
href: "/changelog",
},
{
title: "Blog",
href: "/blog",
href: `${siteConfig.links.github}/releases`,
},
{
title: "About",
Expand Down
4 changes: 2 additions & 2 deletions apps/www/src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { siteConfig } from "@/config/site";
href="https://linkedin.com/in/richardgill3">Richard Gill</a
>.
<br />
<br />If you have any questions or just want to chat you can reach me
via email <a class="link" href="mailto:[email protected]"
<br />If you have any questions or just want to say hi, you can reach
me via email <a class="link" href="mailto:[email protected]"
>[email protected]</a
> or <a class="link" href={siteConfig.links.discord}>discord</a>.
</p>
Expand Down

0 comments on commit 1debc1f

Please sign in to comment.