From ef3347ad7c1340fadcb8e65076e422a3b9781c7f Mon Sep 17 00:00:00 2001 From: sean-mc-grath <98814416+sean-mc-grath@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:39:51 +0000 Subject: [PATCH 1/3] Add Primex SVG --- images/Primex-Logo_Vertical.svg | 76 +++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 images/Primex-Logo_Vertical.svg diff --git a/images/Primex-Logo_Vertical.svg b/images/Primex-Logo_Vertical.svg new file mode 100644 index 0000000..ba88463 --- /dev/null +++ b/images/Primex-Logo_Vertical.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 187462f2261c0acde5c5e86998fdaeab875c652c Mon Sep 17 00:00:00 2001 From: sean-mc-grath <98814416+sean-mc-grath@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:43:33 +0000 Subject: [PATCH 2/3] Add Primex to featured.json --- featured.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/featured.json b/featured.json index f964b4d..ef101c5 100644 --- a/featured.json +++ b/featured.json @@ -38,5 +38,10 @@ "faviconUrl": "https://raw.githubusercontent.com/XDeFi-tech/featured-dapps/main/images/zetaearn_icon.svg", "title": "ZetaEarn", "url": "https://app.zetaearn.com/" + }, + "app.primex.finance": { + "faviconUrl": "https://raw.githubusercontent.com/XDeFi-tech/featured-dapps/main/images/zetaearn_icon.svg", + "title": "Primex", + "url": "https://app.primex.finance/" } } From 610c3a0bf24c3232b096bf6d9c9be607ac69b6ab Mon Sep 17 00:00:00 2001 From: sean-mc-grath <98814416+sean-mc-grath@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:44:41 +0000 Subject: [PATCH 3/3] Update featured.json --- featured.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/featured.json b/featured.json index ef101c5..ca39d99 100644 --- a/featured.json +++ b/featured.json @@ -40,7 +40,7 @@ "url": "https://app.zetaearn.com/" }, "app.primex.finance": { - "faviconUrl": "https://raw.githubusercontent.com/XDeFi-tech/featured-dapps/main/images/zetaearn_icon.svg", + "faviconUrl": "https://raw.githubusercontent.com/XDeFi-tech/featured-dapps/main/images/Primex-Logo_Vertical.svg", "title": "Primex", "url": "https://app.primex.finance/" }