Skip to content

Commit

Permalink
cleanup(explorer): footer copy
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Jul 12, 2024
1 parent 64cc409 commit 5ca8cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/explorer/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ const Page = async () => {

<Layout.Footer>
<p className="my-8 text-center text-muted-foreground text-sm">
This website is{" "}
{`This website is `}
<Anchor
href="https://github.com/guildxyz/guild.xyz"
target="_blank"
showExternal
>
open source
</Anchor>
, and built on the{" "}
{`, and built on the `}
<Anchor
target="_blank"
href="https://www.npmjs.com/package/@guildxyz/sdk"
Expand Down

0 comments on commit 5ca8cd4

Please sign in to comment.