diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index f59b75e..4b4faa7 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -1112,6 +1112,12 @@ export const svgs: iSVG[] = [
route: '/library/stackblitz.svg',
url: 'https://stackblitz.com/'
},
+ {
+ title: 'Binance',
+ category: 'Crypto',
+ route: '/library/binance.svg',
+ url: 'https://binance.com/'
+ },
{
title: 'Messenger',
category: 'Social',
@@ -1370,6 +1376,15 @@ export const svgs: iSVG[] = [
route: '/library/crossplane.svg',
url: 'https://crossplane.io/'
},
+ {
+ title: 'Volta',
+ category: 'Software',
+ route: {
+ light: '/library/volta-dark.svg',
+ dark: '/library/volta-light.svg'
+ },
+ url: 'https://volta.net/'
+ },
{
title: 'Typesense',
category: 'Software',
@@ -1413,15 +1428,13 @@ export const svgs: iSVG[] = [
url: 'https://www.bnbchain.org/'
},
{
- title: 'TRON',
- category: 'Crypto',
- route: '/library/trx.svg',
- url: 'https://tron.network/'
- },
- {
- title: 'Chainlink',
+ title: 'Link',
category: 'Crypto',
route: '/library/link.svg',
+ wordmark: {
+ light: '/library/link-wordmark-light.svg',
+ dark: '/library/link-wordmark-dark.svg'
+ },
url: 'https://chain.link/'
},
{
@@ -1550,6 +1563,12 @@ export const svgs: iSVG[] = [
route: '/library/datadog.svg',
url: 'https://www.datadoghq.com/'
},
+ {
+ title: 'Tron',
+ category: 'Crypto',
+ route: '/library/tron.svg',
+ url: 'https://tron.network/'
+ },
{
title: 'Randevum',
category: 'Software',
diff --git a/static/library/binance.svg b/static/library/binance.svg
new file mode 100644
index 0000000..590f4ee
--- /dev/null
+++ b/static/library/binance.svg
@@ -0,0 +1,4 @@
+
diff --git a/static/library/link-wordmark-dark.svg b/static/library/link-wordmark-dark.svg
new file mode 100644
index 0000000..4bc34e6
--- /dev/null
+++ b/static/library/link-wordmark-dark.svg
@@ -0,0 +1,19 @@
+
diff --git a/static/library/link-wordmark-light.svg b/static/library/link-wordmark-light.svg
new file mode 100644
index 0000000..a55db3d
--- /dev/null
+++ b/static/library/link-wordmark-light.svg
@@ -0,0 +1,19 @@
+
diff --git a/static/library/link.svg b/static/library/link.svg
index 7b10f56..ea332a6 100644
--- a/static/library/link.svg
+++ b/static/library/link.svg
@@ -1 +1,11 @@
-
\ No newline at end of file
+
diff --git a/static/library/tron.svg b/static/library/tron.svg
new file mode 100644
index 0000000..137b3f3
--- /dev/null
+++ b/static/library/tron.svg
@@ -0,0 +1,4 @@
+
diff --git a/static/library/trx.svg b/static/library/trx.svg
deleted file mode 100644
index a95ffb8..0000000
--- a/static/library/trx.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/static/library/volta-dark.svg b/static/library/volta-dark.svg
new file mode 100644
index 0000000..0eac400
--- /dev/null
+++ b/static/library/volta-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/volta-light.svg b/static/library/volta-light.svg
new file mode 100644
index 0000000..971c8cd
--- /dev/null
+++ b/static/library/volta-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file