Skip to content

Commit

Permalink
Merge branch 'staging' into dave/new-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed May 14, 2024
2 parents 0070100 + f466860 commit 2a92a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/vb/components/base_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def base_page(
h.meta(http_equiv="X-UA-Compatible", content="IE=edge"),
h.meta(name="vierwport", content="width=device-width, initial-scale=1.0"),
h.meta(name="format-detection", content="telephone=no"),
h.link(rel="stylesheet", href=static("/css/modern-normalize.min.css")),
h.link(rel="stylesheet", href=static("/css/base.css")),
h.link(rel="stylesheet", href=static("css/modern-normalize.min.css")),
h.link(rel="stylesheet", href=static("css/base.css")),
h.script(src=static("js/css-scope-inline.js")),
h.script(src=static("js/voterbowl.mjs"), type="module"),
style(__file__, "base_page.css", bg_color=bg_color),
Expand Down

0 comments on commit 2a92a83

Please sign in to comment.