Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(website): add loopring to showcase page #13409

Merged
merged 3 commits into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.