Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
worm-emoji committed Aug 30, 2021
1 parent a983cef commit bf053b8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 22 deletions.
10 changes: 0 additions & 10 deletions interfaces/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion pages/api/robes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const fetchRobes = async () => {
BigNumber.from(a.sell_orders[0].current_price.split('.')[0]),
),
),
url: a.permalink,
url: a.permalink + '?ref=0xfb843f8c4992efdb6b42349c35f025ca55742d33',
svg: a.image_url,
}
})
Expand Down
12 changes: 10 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,19 @@ const IndexPage = ({ robes, lastUpdate }: Props) => {
</p>
<p className="md:text-lg pt-2">
Site by{' '}
<a href="https://twitter.com/worm_emoji" className="underline">
<a
target="_blank"
href="https://twitter.com/worm_emoji"
className="underline"
>
worm_emoji
</a>
. Join the{' '}
<a className="underline" href="https://divineroles.vercel.app">
<a
target="_blank"
className="underline"
href="https://divineroles.vercel.app"
>
Discord
</a>
.
Expand Down
9 changes: 0 additions & 9 deletions utils/sample-data.ts

This file was deleted.

0 comments on commit bf053b8

Please sign in to comment.