⚙️ Merge branch 'main' of github.com:pheralb/svgl into dev

This commit is contained in:
pheralb
2025-09-07 13:41:21 +01:00
7 changed files with 71 additions and 0 deletions
+26
View File
@@ -84,6 +84,12 @@ export const svgs: iSVG[] = [
route: "/library/amazon-q.svg",
url: "https://aws.amazon.com/q",
},
{
title: "Mulesoft",
category: "Software",
route: "/library/mulesoft.svg",
url: "https://www.mulesoft.com/",
},
{
title: "UV",
category: "Devtool",
@@ -3772,6 +3778,15 @@ export const svgs: iSVG[] = [
route: "/library/google-cloud.svg",
url: "https://cloud.google.com/",
},
{
title: "Zulip",
category: ["Software", "Social"],
route: "/library/zulip.svg",
wordmark: "/library/zulip-wordmark.svg",
url: "https://zulip.com/",
brandUrl:
"https://github.com/zulip/zulip/tree/bd29fb3e2691daef570ba5661351922a16782dd2/static/images/logo",
},
{
title: "Effect TS",
category: "Library",
@@ -3801,6 +3816,17 @@ export const svgs: iSVG[] = [
route: "/library/eslint.svg",
url: "https://eslint.org/",
},
{
title: "Apache Kafka",
category: "Analytics",
route: "/library/apache-kafka-logo.svg",
wordmark: {
light: "/library/apache-kafka-wordmark-light.svg",
dark: "/library/apache-kafka-wordmark-dark.svg",
},
url: "https://kafka.apache.org/",
brandUrl: "https://kafka.apache.org/brand",
},
{
title: "PlainSignal",
category: "Analytics",