Merge pull request #809 from jaycodev/update-mysql-svg

 Update MySQL logo and add wordmark with light and dark mode variants
This commit is contained in:
Pablo Hdez
2025-10-14 18:17:23 +01:00
committed by GitHub
6 changed files with 14 additions and 6 deletions
+10 -2
View File
@@ -1221,8 +1221,16 @@ export const svgs: iSVG[] = [
{
title: "MySQL",
category: "Database",
route: "/library/mysql.svg",
url: "https://www.mysql.com/",
route: {
light: "/library/mysql-icon-light.svg",
dark: "/library/mysql-icon-dark.svg",
},
wordmark: {
light: "/library/mysql-wordmark-light.svg",
dark: "/library/mysql-wordmark-dark.svg",
},
url: "https://www.mysql.com",
brandUrl: "https://www.mysql.com/about/legal/logos.html",
},
{
title: "Parcel",