Skip to content

Commit

Permalink
chore: looksrare marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
netpoe committed Jun 8, 2024
1 parent c83a22a commit 767edd0
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 29 deletions.
15 changes: 15 additions & 0 deletions app/public/hellheadz/marketplaces/looksrare-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 29 additions & 29 deletions app/public/hellheadz/marketplaces/x2y2-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/src/hooks/useRoutes/useRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const routes = {
opensea: () => `https://opensea.io/collection/larskristo-hellheadz`,
magiceden: () => `https://magiceden.io/collections/ethereum/0x853bdaa30cfd5a2ec1e1d75935ebca7a0e52626d`,
x2y2: () => `https://x2y2.io/collection/larskristo-hellheadz/items`,
looksrare: () => `https://looksrare.org/collections/0x853bdaa30Cfd5A2Ec1E1d75935eBca7A0E52626D`,
},
oauth: {
discord: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@ export const Marketplaces: React.FC<MarketplacesProps> = ({ className }) => {
<img src="/hellheadz/marketplaces/x2y2-logo.svg" alt="X2Y2 Logo" />
</Button>
</Grid.Col>
<Grid.Col lg={6}>
<Button
as="link"
size="m"
color="secondary"
href={routes.marketplaces.looksrare()}
target="_blank"
variant="outlined"
fullWidth
>
<img src="/hellheadz/marketplaces/looksrare-logo.svg" alt="LooksRare Logo" />
</Button>
</Grid.Col>
{/*
<Grid.Col lg={6}>
<Button as="link" size="m" color="secondary" href="#" target="_blank" variant="outlined" fullWidth>
Expand Down

0 comments on commit 767edd0

Please sign in to comment.