Merge pull request #796 from jaycodev/add-nvidia-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

📦 Add NVIDIA logo and wordmark with light and dark mode variants
This commit is contained in:
Pablo Hdez
2025-10-08 23:57:13 +01:00
committed by GitHub
5 changed files with 18 additions and 0 deletions
+14
View File
@@ -1,6 +1,20 @@
import type { iSVG } from "@/types/svg";
export const svgs: iSVG[] = [
{
title: "NVIDIA",
category: ["AI", "Hardware", "Platform"],
route: {
light: "/library/nvidia-icon-light.svg",
dark: "/library/nvidia-icon-dark.svg",
},
wordmark: {
light: "/library/nvidia-wordmark-light.svg",
dark: "/library/nvidia-wordmark-dark.svg",
},
url: "https://www.nvidia.com",
brandUrl: "https://www.nvidia.com/en-us/about-nvidia/legal-info/logo-brand-usage",
},
{
title: "Google Classroom",
category: ["Google", "Education"],