Skip to content

Commit

Permalink
refactor: delete not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Feb 3, 2024
1 parent 5a39373 commit 11671c1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/common/shared.templ
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ templ LightSwitch(gp types.GlobalParams, pagepath string) {
</style>

<a href={ templ.URL(gp.OppositeThemeRoot + pagepath ) } >
<img id="light_switch" src={ gp.StaticRoot + "common/switch_to_light2.png" }/>
<img id="light_switch" src={ gp.StaticRoot + "common/switch_to_light.png" }/>
</a>
case types.ThemeLight:
<style>
Expand Down
Binary file modified blog/common/static/common/switch_to_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed blog/common/static/common/switch_to_light2.png
Binary file not shown.
Binary file removed blog/common/static/common/switch_transparent.png
Binary file not shown.

0 comments on commit 11671c1

Please sign in to comment.