Skip to content

Commit

Permalink
Try fixing images again
Browse files Browse the repository at this point in the history
  • Loading branch information
NiekM committed Jun 28, 2024
1 parent 6e802f6 commit 2e80c2c
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ makeLink model link =
let
folder =
case model of
Light -> "../images/dark/"
Dark -> "../images/light/"
Light -> "images/dark/"
Dark -> "images/light/"
in
Element.link []
{ url = link.url
Expand Down

0 comments on commit 2e80c2c

Please sign in to comment.