diff --git a/src/pages/partners.tsx b/src/pages/partners.tsx index 44016f8d..0f869f8d 100644 --- a/src/pages/partners.tsx +++ b/src/pages/partners.tsx @@ -48,6 +48,7 @@ const vybe = '/img/defi/vybe.svg'; const coinhall = '/img/defi/coinhall.svg'; const vaultka = '/img/defi/vaultka.png'; const adrastea = '/img/defi/adrastea.svg'; +const dextab = 'img/defi/dextab.png'; const aldrin = '/img/dex_amm/aldrin.png'; const balansol = '/img/dex_amm/balansol.svg'; @@ -315,6 +316,11 @@ const sections = [ logo: adrastea, link: 'https://adrastea.fi' }, + { + title: 'DexTab', + logo: dextab, + link: 'https://www.dextab.io/', + }, ], }, { diff --git a/static/img/defi/dextab.png b/static/img/defi/dextab.png new file mode 100644 index 00000000..8b3acb3b Binary files /dev/null and b/static/img/defi/dextab.png differ