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