aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-05-30 14:59:03 -0300
committerSebastian <sebasjm@gmail.com>2023-06-01 12:24:05 -0300
commit5e4c12831991660de627cad9c4ce0ee03ad5053d (patch)
tree5dce92a3f31c20c6da7e21bc466d17472378d697 /packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx
parent592387cd742d2080eb3f53c755d53a4f017551be (diff)
downloadwallet-core-5e4c12831991660de627cad9c4ce0ee03ad5053d.tar.xz
use latest linaria lib
Diffstat (limited to 'packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx b/packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx
index b1542943a..47c5ffea1 100644
--- a/packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx
@@ -30,8 +30,8 @@ import { Button } from "../../mui/Button.js";
import { Grid } from "../../mui/Grid.js";
import { Paper } from "../../mui/Paper.js";
import { Pages } from "../../NavigationBar.js";
-import arrowIcon from "../../svg/chevron-down.svg";
-import bankIcon from "../../svg/ri-bank-line.svg";
+import arrowIcon from "../../svg/chevron-down.inline.svg";
+import bankIcon from "../../svg/ri-bank-line.inline.svg";
import { assertUnreachable } from "../../utils/index.js";
import { Contact, State } from "./index.js";