Update MySQL logo and add wordmark

This commit is contained in:
jaycodev
2025-10-10 20:09:49 -05:00
parent feeeaedc29
commit bd67c7b1f7
6 changed files with 14 additions and 6 deletions
+10 -2
View File
@@ -1141,8 +1141,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",