From 1a8f437d2ebee4e3d938d3349a2291a7ad0edcb5 Mon Sep 17 00:00:00 2001 From: jaycodev Date: Fri, 10 Oct 2025 22:56:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Add=20dark=20variant=20?= =?UTF-8?q?to=20YouTube=20wordmark?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 8 ++++++-- static/library/youtube-wordmark-dark.svg | 1 + static/library/youtube-wordmark-light.svg | 1 + static/library/youtube-wordmark.svg | 19 ------------------- static/library/youtube.svg | 2 +- 5 files changed, 9 insertions(+), 22 deletions(-) create mode 100644 static/library/youtube-wordmark-dark.svg create mode 100644 static/library/youtube-wordmark-light.svg delete mode 100644 static/library/youtube-wordmark.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f0978b9..0253346 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -589,8 +589,12 @@ export const svgs: iSVG[] = [ title: "YouTube", category: ["Google", "Social"], route: "/library/youtube.svg", - wordmark: "/library/youtube-wordmark.svg", - url: "https://www.youtube.com/", + wordmark: { + light: "/library/youtube-wordmark-light.svg", + dark: "/library/youtube-wordmark-dark.svg", + }, + url: "https://www.youtube.com", + brandUrl: "https://brand.youtube", }, { title: "Astro", diff --git a/static/library/youtube-wordmark-dark.svg b/static/library/youtube-wordmark-dark.svg new file mode 100644 index 0000000..948d297 --- /dev/null +++ b/static/library/youtube-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/youtube-wordmark-light.svg b/static/library/youtube-wordmark-light.svg new file mode 100644 index 0000000..11f7eb2 --- /dev/null +++ b/static/library/youtube-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/youtube-wordmark.svg b/static/library/youtube-wordmark.svg deleted file mode 100644 index ab7f9b7..0000000 --- a/static/library/youtube-wordmark.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/library/youtube.svg b/static/library/youtube.svg index 8096f24..1d03922 100644 --- a/static/library/youtube.svg +++ b/static/library/youtube.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file