Skip to content

Commit

Permalink
Update Layout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony authored Oct 31, 2024
1 parent 89f4444 commit eedb7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const { title } = Astro.props;
<meta name="generator" content={Astro.generator} />
<meta
name="description"
content="A decentralized crowdfunding platform built on Bitcoin and Nostr"
content="A decentralized crowdfunding protocol built on Bitcoin and Nostr"
/>
<title>{title}</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down Expand Up @@ -77,4 +77,4 @@ document.addEventListener("DOMContentLoaded", () => {
});


</script>
</script>

0 comments on commit eedb7e4

Please sign in to comment.