Skip to content

Commit

Permalink
fix signature
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jul 27, 2021
1 parent d3da77a commit a05a08e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/images.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ const createImages = <

const images = createImages({
kentSignatureDarkMode: {
id: 'kentcdodds.com/misc/signature-dark-mode.png',
id: 'kent/signature-dark-mode',
alt: `Kent's signature`,
},
kentSignatureLightMode: {
id: 'kentcdodds.com/misc/signature-light-mode.png',
id: 'kent/signature-light-mode',
alt: `Kent's signature`,
},
kentTransparentProfile: {
Expand Down

0 comments on commit a05a08e

Please sign in to comment.