diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 11e1f2e..fc3a527 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1262,6 +1262,10 @@ export const svgs: iSVG[] = [ title: "PostgreSQL", category: "Database", route: "/library/postgresql.svg", + wordmark: { + light: "/library/postgresql-wordmark-light.svg", + dark: "/library/postgresql-wordmark-dark.svg", + }, url: "https://www.postgresql.org/", }, { diff --git a/static/library/postgresql-wordmark-dark.svg b/static/library/postgresql-wordmark-dark.svg new file mode 100644 index 0000000..78de380 --- /dev/null +++ b/static/library/postgresql-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/postgresql-wordmark-light.svg b/static/library/postgresql-wordmark-light.svg new file mode 100644 index 0000000..bb6ab53 --- /dev/null +++ b/static/library/postgresql-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file