Skip to content

Commit

Permalink
adds chainstack link
Browse files Browse the repository at this point in the history
  • Loading branch information
uF4No committed Aug 18, 2022
1 parent da1b3ef commit b744992
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,19 +284,20 @@ function MyApp({ Component, pageProps }) {
</main>
<footer className="text-right p-2 border-t pt-4 px-2 text-blue-500">
<a
href="https://chainstack.com"
href="https://chainstack.com?utm_source=arweave_music_marketplace"
target="_blank"
rel="noopener noreferrer"
></a>
<span className={styles.logo}>
Powered by{' '}
<Image
src="/chainstack.png"
alt="Chainstack Logo"
width={150}
height={25}
/>
</span>
>
<span className={styles.logo}>
Powered by{' '}
<Image
src="/chainstack.png"
alt="Chainstack Logo"
width={150}
height={25}
/>
</span>
</a>
</footer>
</div>
</div>
Expand Down

1 comment on commit b744992

@vercel
Copy link

@vercel vercel bot commented on b744992 Aug 18, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.