diff --git a/src/data/svgs.ts b/src/data/svgs.ts index a23d284..b00aa68 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2682,5 +2682,18 @@ export const svgs: iSVG[] = [ dark: '/library/turso-wordmark-dark.svg' }, url: 'https://turso.tech' + }, + { + title: 'RelaGit', + category: 'Software', + route: { + light: '/library/relagit-icon-light.svg', + dark: '/library/relagit-icon-dark.svg' + }, + wordmark: { + light: '/library/relagit-wordmark-light.svg', + dark: '/library/relagit-wordmark-dark.svg' + }, + url: 'https://rela.dev' } ]; diff --git a/static/library/relagit-icon-dark.svg b/static/library/relagit-icon-dark.svg new file mode 100644 index 0000000..9c76170 --- /dev/null +++ b/static/library/relagit-icon-dark.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/relagit-icon-light.svg b/static/library/relagit-icon-light.svg new file mode 100644 index 0000000..cad371a --- /dev/null +++ b/static/library/relagit-icon-light.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/relagit-wordmark-dark.svg b/static/library/relagit-wordmark-dark.svg new file mode 100644 index 0000000..2c5baf3 --- /dev/null +++ b/static/library/relagit-wordmark-dark.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/static/library/relagit-wordmark-light.svg b/static/library/relagit-wordmark-light.svg new file mode 100644 index 0000000..ec6458b --- /dev/null +++ b/static/library/relagit-wordmark-light.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + +