Skip to content

Commit 70a7225

Browse files
authored
Merge pull request #809 from jaycodev/update-mysql-svg
✨ Update MySQL logo and add wordmark with light and dark mode variants
2 parents eabbf02 + bd67c7b commit 70a7225

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
@@ -1221,8 +1221,16 @@ export const svgs: iSVG[] = [
12211221
{
12221222
title: "MySQL",
12231223
category: "Database",
1224-
route: "/library/mysql.svg",
1225-
url: "https://www.mysql.com/",
1224+
route: {
1225+
light: "/library/mysql-icon-light.svg",
1226+
dark: "/library/mysql-icon-dark.svg",
1227+
},
1228+
wordmark: {
1229+
light: "/library/mysql-wordmark-light.svg",
1230+
dark: "/library/mysql-wordmark-dark.svg",
1231+
},
1232+
url: "https://www.mysql.com",
1233+
brandUrl: "https://www.mysql.com/about/legal/logos.html",
12261234
},
12271235
{
12281236
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)