From 144fa7d7c4b7eec6f29f0a552ab1f8b6cf938581 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Tue, 15 Jul 2025 05:25:02 +0530 Subject: [PATCH 1/2] Add Zulip and Zulip wordmark logos --- static/library/zulip-wordmark.svg | 1 + static/library/zulip.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 static/library/zulip-wordmark.svg create mode 100644 static/library/zulip.svg diff --git a/static/library/zulip-wordmark.svg b/static/library/zulip-wordmark.svg new file mode 100644 index 0000000..74c5807 --- /dev/null +++ b/static/library/zulip-wordmark.svg @@ -0,0 +1 @@ + diff --git a/static/library/zulip.svg b/static/library/zulip.svg new file mode 100644 index 0000000..3ef88ee --- /dev/null +++ b/static/library/zulip.svg @@ -0,0 +1 @@ + From 4347dc52c37bceb3eafbcde777021a3c8393f27b Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Tue, 15 Jul 2025 05:26:27 +0530 Subject: [PATCH 2/2] Register Zulip set of logos --- src/data/svgs.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index fa3c62d..f6eb588 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3742,4 +3742,13 @@ 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' + } ];