Skip to content

Commit

Permalink
📦 Fix drizzle & zed logo for light/dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Nov 18, 2024
1 parent efdcdb2 commit 5156729
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
10 changes: 8 additions & 2 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3010,7 +3010,10 @@ export const svgs: iSVG[] = [
{
title: 'Drizzle ORM',
category: ['Library', 'Database'],
route: '/library/drizzle-orm.svg',
route: {
light: '/library/drizzle-orm_light.svg',
dark: '/library/drizzle-orm_dark.svg'
},
url: 'https://orm.drizzle.team/'
},
{
Expand All @@ -3025,7 +3028,10 @@ export const svgs: iSVG[] = [
{
title: 'Zed',
category: 'Software',
route: '/library/zed-logo.svg',
route: {
light: '/library/zed-logo.svg',
dark: '/library/zed-logo_dark.svg'
},
url: 'https://zed.dev/'
}
];
1 change: 0 additions & 1 deletion static/library/drizzle-orm.svg

This file was deleted.

1 change: 1 addition & 0 deletions static/library/drizzle-orm_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/drizzle-orm_light.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/zed-logo_dark.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 5156729

Please sign in to comment.