mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge pull request #813 from jaycodev/update-youtube-svg
🛠️ Add dark variant to YouTube wordmark
This commit is contained in:
+6
-2
@@ -593,8 +593,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",
|
||||
|
||||
Reference in New Issue
Block a user