Skip to content

Commit

Permalink
Merge pull request #326 from notrab/turso
Browse files Browse the repository at this point in the history
feat: turso
  • Loading branch information
pheralb committed May 3, 2024
2 parents 52cff94 + fb250b2 commit 3abd127
Show file tree
Hide file tree
Showing 5 changed files with 26 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 @@ -2663,5 +2663,18 @@ export const svgs: iSVG[] = [
dark: '/library/dub_dark_wordmark.svg'
},
url: 'https://dub.co'
},
{
title: 'Turso',
category: ['Database', 'Software'],
route: {
light: '/library/turso-light.svg',
dark: '/library/turso-dark.svg'
},
wordmark: {
light: '/library/turso-wordmark-light.svg',
dark: '/library/turso-wordmark-dark.svg'
},
url: 'https://turso.tech'
}
];
1 change: 1 addition & 0 deletions static/library/turso-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/turso-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions static/library/turso-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.
1 change: 1 addition & 0 deletions static/library/turso-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 3abd127

Please sign in to comment.