Skip to content

Commit

Permalink
Update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Jul 28, 2023
1 parent 0590557 commit baee8b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/components/home/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ export const Footer = () => {
direction="column"
css={{ alignItems: 'flex-start', '@bp600': { alignItems: 'flex-end' } }}
>
<SectionTitle title="Join Reservoir Community" />
<SectionTitle title="Join ZOO Community" />
<Flex css={{ gap: '$4', mt: 16 }}>
<a
target="_blank"
rel="noopener noreferrer"
href="https://twitter.com/reservoir0x"
href="https://twitter.com/zoo_labs"
>
<Button size="xs" color="gray3">
<FontAwesomeIcon icon={faTwitter} width={14} height={14} />
Expand Down
4 changes: 2 additions & 2 deletions app/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ class MyDocument extends Document {
<link
rel="shortcut icon"
type="image/svg"
href="https://marketplace.reservoir.tools/reservoir.svg"
href="/zooLogo.svg"
/>

{/* Reservoir meta tags */}
<meta property="reservoir:title" content="Reservoir NFT Explorer" />
<meta property="reservoir:title" content="ZOO" />
<meta property="reservoir:icon" content="/reservoir-source-icon.png" />
<meta
property="reservoir:token-url-mainnet"
Expand Down

1 comment on commit baee8b2

@vercel
Copy link

@vercel vercel bot commented on baee8b2 Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zoo-ngo – ./foundation

zoo-ngo.vercel.app
zoo-ngo-git-main-zoo-labs.vercel.app
www.zoo.ngo
zoo.ngo
zoo-ngo-zoo-labs.vercel.app

Please sign in to comment.