Merge pull request #814 from jaycodev/update-mongodb-svg
📦 Build / 🛠️ Build app (push) Has been cancelled
🧑‍🚀 Check / ⚙️ Linting (push) Has been cancelled
🧑‍🚀 Check / 📦 Check SVGs (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled

 Update MongoDB logo and wordmark with light and dark mode variants
This commit is contained in:
Pablo Hdez
2025-10-19 12:18:04 +01:00
committed by GitHub
7 changed files with 13 additions and 14 deletions
+9 -3
View File
@@ -707,9 +707,15 @@ export const svgs: iSVG[] = [
{
title: "MongoDB",
category: "Database",
route: "/library/mongodb.svg",
wordmark: "/library/mongodb-wordmark.svg",
url: "https://www.mongodb.com/",
route: {
light: "/library/mongodb-icon-light.svg",
dark: "/library/mongodb-icon-dark.svg",
},
wordmark: {
light: "/library/mongodb-wordmark-light.svg",
dark: "/library/mongodb-wordmark-dark.svg",
},
url: "https://www.mongodb.com",
brandUrl: "https://www.mongodb.com/company/newsroom/brand-resources",
},
{