Skip to content

Commit

Permalink
📦 Add Replit logo and wordmark SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
atleugim committed Dec 30, 2024
1 parent 268c272 commit 6a38ce6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3173,5 +3173,15 @@ export const svgs: iSVG[] = [
category: ['Software', 'Library'],
route: '/library/tanstack.svg',
url: 'https://tanstack.com/'
},
{
title: 'Replit',
category: 'Software',
route: '/library/replit.svg',
wordmark: {
light: '/library/replit-wordmark.svg',
dark: '/library/replit-wordmark_dark.svg'
},
url: 'https://replit.com/'
}
];
1 change: 1 addition & 0 deletions static/library/replit-wordmark.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/replit-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/replit.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 6a38ce6

Please sign in to comment.