Skip to content

Commit cab8409

Browse files
authored
Merge pull request #818 from jaycodev/update-postgresql-svg
📦 Add PostgreSQL wordmark with light and dark mode variants
2 parents d00a29d + 5c1ce9f commit cab8409

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/data/svgs.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,10 @@ export const svgs: iSVG[] = [
12621262
title: "PostgreSQL",
12631263
category: "Database",
12641264
route: "/library/postgresql.svg",
1265+
wordmark: {
1266+
light: "/library/postgresql-wordmark-light.svg",
1267+
dark: "/library/postgresql-wordmark-dark.svg",
1268+
},
12651269
url: "https://www.postgresql.org/",
12661270
},
12671271
{
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)