Skip to content

Commit f8f532a

Browse files
authored
Merge pull request #871 from pmontp19/main
feat: add goil logo
2 parents 4ecf12b + f46b67f commit f8f532a

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

src/data/svgs.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4360,4 +4360,17 @@ export const svgs: iSVG[] = [
43604360
brandUrl: "https://bklit.com/branding",
43614361
url: "https://bklit.com/",
43624362
},
4363+
{
4364+
title: "Goil",
4365+
category: ["Software", "AI"],
4366+
route: {
4367+
light: "/library/goil.svg",
4368+
dark: "/library/goil-dark.svg",
4369+
},
4370+
wordmark: {
4371+
light: "/library/goil-wordmark.svg",
4372+
dark: "/library/goil-wordmark-dark.svg",
4373+
},
4374+
url: "https://www.goil.app/",
4375+
},
43634376
];

static/library/goil-dark.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

static/library/goil-wordmark.svg

Lines changed: 1 addition & 0 deletions
Loading

static/library/goil.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)