Skip to content

Commit

Permalink
Readd help icon by reincluding puzzle shell
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Feb 24, 2025
1 parent 86a8d74 commit bfa4ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
= csp_meta_tag
= stylesheet_link_tag "application", "data-turbo-track": "reload"
= javascript_include_tag "application", "data-turbo-track": "reload", type: "module"
= javascript_include_tag "application", "https://unpkg.com/@puzzleitc/puzzle-shell/dist/bundle.js", type: "module"
= favicon_link_tag "favicon.png"
%body.d-flex.justify-content-center{"data-controller": "skills-empty-space"}
%div.content{"data-skills-empty-space-target": "container"}
Expand Down

0 comments on commit bfa4ac3

Please sign in to comment.