Skip to content

Commit bd67c7b

Browse files
committed
✨ Update MySQL logo and add wordmark
1 parent feeeaed commit bd67c7b

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

β€Žsrc/data/svgs.tsβ€Ž

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,8 +1141,16 @@ export const svgs: iSVG[] = [
11411141
{
11421142
title: "MySQL",
11431143
category: "Database",
1144-
route: "/library/mysql.svg",
1145-
url: "https://www.mysql.com/",
1144+
route: {
1145+
light: "/library/mysql-icon-light.svg",
1146+
dark: "/library/mysql-icon-dark.svg",
1147+
},
1148+
wordmark: {
1149+
light: "/library/mysql-wordmark-light.svg",
1150+
dark: "/library/mysql-wordmark-dark.svg",
1151+
},
1152+
url: "https://www.mysql.com",
1153+
brandUrl: "https://www.mysql.com/about/legal/logos.html",
11461154
},
11471155
{
11481156
title: "Parcel",
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

β€Žstatic/library/mysql.svgβ€Ž

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
Β (0)