Skip to content

Commit

Permalink
fix incorrect url
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbez1 committed Oct 9, 2023
1 parent 9ea173f commit c3297b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export const App: React.FC<AppProps> = () => {
letterSpacing: `${0.4 * charWidth}px`,
border: 0,
outline: 'none',
backgroundImage: 'url("/outline.svg")',
backgroundImage: 'url("outline.svg")',
backgroundSize: `${charWidth}px`,
backgroundRepeat: 'repeat-x',
backgroundPosition: `0px ${20 + charWidth*0.1}px`,
Expand Down

0 comments on commit c3297b1

Please sign in to comment.