From a55080bd36a98cae6dc166a3ad7c8f0e524f8b16 Mon Sep 17 00:00:00 2001 From: anthony Date: Thu, 21 Dec 2023 15:38:36 +0100 Subject: [PATCH] tether svg added --- src/data/svgs.ts | 6 ++++++ static/library/tether.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/tether.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index c45df48..c141ced 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1342,6 +1342,12 @@ export const svgs: iSVG[] = [ route: '/library/algorand.svg', url: 'https://algorand.org/' }, + { + title: 'Tether', + category: 'Crypto', + route: '/library/tether.svg', + url: 'https://tether.to/' + }, { title: 'X', category: 'Social', diff --git a/static/library/tether.svg b/static/library/tether.svg new file mode 100644 index 0000000..3ddfd2a --- /dev/null +++ b/static/library/tether.svg @@ -0,0 +1 @@ + \ No newline at end of file