Skip to content

Commit

Permalink
📦 Add Base UI SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
atleugim committed Jan 29, 2025
1 parent cce8beb commit 3fbb7b1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3262,5 +3262,14 @@ export const svgs: iSVG[] = [
category: ['AI', 'Software'],
route: '/library/openwebui.svg',
url: 'https://openwebui.com/'
},
{
title: 'Base UI',
category: 'Library',
route: {
light: '/library/base-ui.svg',
dark: '/library/base-ui-dark.svg'
},
url: 'https://base-ui.com/'
}
];
1 change: 1 addition & 0 deletions static/library/base-ui-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/base-ui.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 3fbb7b1

Please sign in to comment.