From bca4fd8fb4f63a5360699085f1af0bc13b557d13 Mon Sep 17 00:00:00 2001 From: jaycodev Date: Mon, 13 Oct 2025 14:02:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Update=20WhatsApp=20log?= =?UTF-8?q?o=20and=20add=20wordmark?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++-- static/library/whatsapp-icon.svg | 1 + static/library/whatsapp-wordmark.svg | 1 + static/library/whatsapp.svg | 1 - 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 static/library/whatsapp-icon.svg create mode 100644 static/library/whatsapp-wordmark.svg delete mode 100644 static/library/whatsapp.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index b0c0eca..46207d5 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -669,8 +669,10 @@ export const svgs: iSVG[] = [ { title: "WhatsApp", category: "Social", - route: "/library/whatsapp.svg", - url: "https://web.whatsapp.com/", + route: "/library/whatsapp-icon.svg", + wordmark: "/library/whatsapp-wordmark.svg", + url: "https://web.whatsapp.com", + brandUrl: "https://www.meta.com/brand/resources/whatsapp/whatsapp-brand", }, { title: "Headless UI", diff --git a/static/library/whatsapp-icon.svg b/static/library/whatsapp-icon.svg new file mode 100644 index 0000000..b722289 --- /dev/null +++ b/static/library/whatsapp-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/whatsapp-wordmark.svg b/static/library/whatsapp-wordmark.svg new file mode 100644 index 0000000..0364ca8 --- /dev/null +++ b/static/library/whatsapp-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/whatsapp.svg b/static/library/whatsapp.svg deleted file mode 100644 index a7dcab7..0000000 --- a/static/library/whatsapp.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file