diff --git a/src/data/svgs.ts b/src/data/svgs.ts index fc3a527..eca2b0c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -671,8 +671,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