-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- improve design for buy/claim page - update menu with new items / style changes - wallet-connect fixes to properly support name-spaces - show conversion properly instead of initial placeholders Merge branch 'staging' of github.com:GoodDollar/GoodProtocolUI into production
- Loading branch information
Showing
41 changed files
with
2,337 additions
and
733 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import React from 'react' | ||
import { ExternalLink } from 'theme' | ||
|
||
export const SubMenuItems = ({ items, styles }: { items: any; styles?: any }) => | ||
items | ||
.filter((ext) => ext.show) | ||
.map(({ label, url, dataAttr, withIcon }) => ( | ||
<ExternalLink | ||
key={label} | ||
label={label} | ||
url={url} | ||
dataAttr={dataAttr} | ||
withIcon={withIcon} | ||
customStyles={styles} | ||
/> | ||
)) |
Oops, something went wrong.
a9a5801
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
good-swap – ./
good-swap.vercel.app
good-swap-gooddollarteam.vercel.app
good-swap-git-production-gooddollarteam.vercel.app