Skip to content

Commit 5080796

Browse files
authored
Merge pull request #929 from p44v9n/main
Add Granola SVG
2 parents 5d6c647 + 1f99dea commit 5080796

File tree

5 files changed

+65
-0
lines changed

5 files changed

+65
-0
lines changed

src/data/svgs.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
import type { iSVG } from "@/types/svg";
22

33
export const svgs: iSVG[] = [
4+
{
5+
title: 'Granola',
6+
category: 'AI',
7+
route: {
8+
light: '/library/granola-light.svg',
9+
dark: '/library/granola-dark.svg'
10+
},
11+
wordmark: {
12+
light: '/library/granola-wordmark-light.svg',
13+
dark: '/library/granola-wordmark-dark.svg'
14+
},
15+
url: 'https://www.granola.ai/'
16+
},
417
{
518
title: "NVIDIA",
619
category: ["AI", "Hardware", "Platform"],

static/library/granola-dark.svg

Lines changed: 15 additions & 0 deletions
Loading

static/library/granola-light.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)