Skip to content

Commit

Permalink
📦 Updated Heroku SVGs for light/dark mode support and wordmarks too
Browse files Browse the repository at this point in the history
  • Loading branch information
atleugim committed Nov 19, 2024
1 parent afe5eec commit 14aa0ed
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
9 changes: 8 additions & 1 deletion src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,14 @@ export const svgs: iSVG[] = [
{
title: 'Heroku',
category: 'Software',
route: '/library/heroku.svg',
route: {
light: '/library/heroku_light.svg',
dark: '/library/heroku_dark.svg'
},
wordmark: {
light: '/library/heroku-wordmark_light.svg',
dark: '/library/heroku-wordmark_dark.svg'
},
url: 'https://www.heroku.com/'
},
{
Expand Down
1 change: 1 addition & 0 deletions static/library/heroku-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/heroku-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.
3 changes: 0 additions & 3 deletions static/library/heroku.svg

This file was deleted.

1 change: 1 addition & 0 deletions static/library/heroku_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/heroku_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 14aa0ed

Please sign in to comment.