diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 5698f52..ba6f644 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -4277,16 +4277,26 @@ export const svgs: iSVG[] = [
url: "https://nginx.org/",
},
{
- title: 'Soldera',
- category: ['Platform', 'Analytics', 'Marketplace', 'Software'],
- route: {
- light: '/library/soldera-icon-light.svg',
- dark: '/library/soldera-icon.svg'
+ title: 'Soldera',
+ category: ['Platform', 'Analytics', 'Marketplace', 'Software'],
+ route: {
+ light: '/library/soldera-icon-light.svg',
+ dark: '/library/soldera-icon.svg'
+ },
+ wordmark: {
+ light: '/library/soldera-wordmark-light.svg',
+ dark: '/library/soldera-wordmark-dark.svg'
+ },
+ url: 'https://www.soldera.org'
},
- wordmark: {
- light: '/library/soldera-wordmark-light.svg',
- dark: '/library/soldera-wordmark-dark.svg'
- },
- url: 'https://www.soldera.org'
+ {
+ title: "Dribbble",
+ category: ["Design", "Community", "Platform"],
+ route: "/library/dribbble.svg",
+ wordmark: {
+ light: "/library/dribbble-wordmark-light.svg",
+ dark: "/library/dribbble-wordmark-dark.svg",
+ },
+ url: "https://dribbble.com/",
}
];
diff --git a/static/library/dribbble-wordmark-dark.svg b/static/library/dribbble-wordmark-dark.svg
new file mode 100644
index 0000000..147a0f1
--- /dev/null
+++ b/static/library/dribbble-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/dribbble-wordmark-light.svg b/static/library/dribbble-wordmark-light.svg
new file mode 100644
index 0000000..649c295
--- /dev/null
+++ b/static/library/dribbble-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/dribbble.svg b/static/library/dribbble.svg
new file mode 100644
index 0000000..866d419
--- /dev/null
+++ b/static/library/dribbble.svg
@@ -0,0 +1 @@
+
\ No newline at end of file