Skip to content

Commit

Permalink
Merge pull request #333 from TheCommieAxolotl/main
Browse files Browse the repository at this point in the history
Add RelaGit logos
  • Loading branch information
pheralb committed May 5, 2024
2 parents cd23e0e + 171c59b commit 7802e00
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
];
14 changes: 14 additions & 0 deletions static/library/relagit-icon-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions static/library/relagit-icon-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions static/library/relagit-wordmark-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions static/library/relagit-wordmark-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7802e00

Please sign in to comment.