Skip to content

Commit

Permalink
fix: invalid ref to png
Browse files Browse the repository at this point in the history
  • Loading branch information
elsbrock committed Dec 1, 2024
1 parent 35fdc4d commit bfbfc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -274,7 +274,7 @@
<div
class="absolute inset-0 w-full h-full"
style="
background-image: url('/images/code.png');
background-image: url('/images/code.webp');
background-size: cover;
background-repeat: no-repeat;
background-position: center;

0 comments on commit bfbfc5b

Please sign in to comment.