mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
✨ Update MySQL logo and add wordmark
This commit is contained in:
+10
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user