Skip to content

Commit

Permalink
Merge pull request #198 from the-standard/202404-rdnt
Browse files Browse the repository at this point in the history
202404 rdnt
  • Loading branch information
ZakMooney authored Apr 8, 2024
2 parents c5f81c5 + ba5f510 commit d55810c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/assets/rdntlogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/components/collateral/VaultToken.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import linklogo from "../../assets/linklogo.svg";
import paxglogo from "../../assets/paxglogo.svg";
import arblogo from "../../assets/arblogo.svg";
import gmxlogo from "../../assets/gmxlogo.svg";
import rdntlogo from "../../assets/rdntlogo.svg";
import Button from "../../components/Button";

const tokenIcon = (symbol: any) => {
Expand Down Expand Up @@ -75,6 +76,14 @@ const tokenIcon = (symbol: any) => {
alt="gmx logo"
/>
);
case 'RDNT':
return (
<img
style={{ height: "2rem", width: "2rem" }}
src={rdntlogo}
alt="rdnt logo"
/>
);
default:
return (
<Typography variant="body2"> {symbol}</Typography>
Expand Down

0 comments on commit d55810c

Please sign in to comment.