Skip to content

Commit

Permalink
feat(website): add loopring to showcase page (#13409)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Mar 22, 2023
1 parent 5ad26ed commit 5eb4eb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/website/pages/showcase.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { Card, Cards } from 'nextra-theme-docs';
import Image from 'next/image';
import taikoBridge from '../public/images/showcase/bridge-showcase.png';
import orbiter from '../public/images/showcase/orbiter-showcase.png';
import taikoSwap from '../public/images/showcase/swap-showcase.png';
import orbiter from '../public/images/showcase/orbiter-showcase.png';
import loopring from '../public/images/showcase/loopring-showcase.png';

{<h1 className="font-oxanium text-3xl mt-10 mb-4 text-center text-[2.5rem] font-bold tracking-tight">Showcase</h1>}

Expand All @@ -25,6 +26,11 @@ import taikoSwap from '../public/images/showcase/swap-showcase.png';
url: 'https://orbiter.finance',
image: orbiter
},
{
name: 'Loopring Wallet',
url: 'https://loopring.io/#/wallet',
image: loopring
}
].map(({ name, url, image }) => (
<Card key={name} image arrow target="_blank" title={name} href={url}>
<Image
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5eb4eb0

Please sign in to comment.