fix icons in light / dark mode

This commit is contained in:
akcodez
2024-02-05 09:47:30 -08:00
parent 91971a87d7
commit 592c1a5188
2 changed files with 7 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ import * as React from "react";
import { useTranslate } from "@portal/hooks";
import briefcaseIcon from "../static/img/icons/briefcase.svg";
import userIcon from "../static/img/icons/user.svg";
export const frontmatter = {
seo: {
title: "XRP Overview",
@@ -22,7 +21,12 @@ const softwallets = [
{ href: "https://towolabs.com/", id: "wallet-towo", alt: "Towo" },
{ href: "https://xumm.app/", id: "wallet-xumm", alt: "Xumm" },
{ href: "https://trustwallet.com/", id: "wallet-trust", alt: "Trust Wallet" },
{ href: "https://gatehub.net/", id: "wallet-gatehub", alt: "Gatehub", imgclasses: "invertible-img",},
{
href: "https://gatehub.net/",
id: "wallet-gatehub",
alt: "Gatehub",
imgclasses: "invertible-img",
},
{ href: "https://coin.space/", id: "wallet-coin", alt: "Coin Space" },
];

File diff suppressed because one or more lines are too long