Skip to content

Commit d00a29d

Browse files
authored
Merge pull request #814 from jaycodev/update-mongodb-svg
✨ Update MongoDB logo and wordmark with light and dark mode variants
2 parents 21af250 + c2e1c46 commit d00a29d

File tree

7 files changed

+13
-14
lines changed

7 files changed

+13
-14
lines changed

src/data/svgs.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,9 +707,15 @@ export const svgs: iSVG[] = [
707707
{
708708
title: "MongoDB",
709709
category: "Database",
710-
route: "/library/mongodb.svg",
711-
wordmark: "/library/mongodb-wordmark.svg",
712-
url: "https://www.mongodb.com/",
710+
route: {
711+
light: "/library/mongodb-icon-light.svg",
712+
dark: "/library/mongodb-icon-dark.svg",
713+
},
714+
wordmark: {
715+
light: "/library/mongodb-wordmark-light.svg",
716+
dark: "/library/mongodb-wordmark-dark.svg",
717+
},
718+
url: "https://www.mongodb.com",
713719
brandUrl: "https://www.mongodb.com/company/newsroom/brand-resources",
714720
},
715721
{
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

0 commit comments

Comments
 (0)