diff --git a/src/Ports/Inbound/HTTP/BuildStatuses/Html.hs b/src/Ports/Inbound/HTTP/BuildStatuses/Html.hs index 149fae9..cb13b9c 100644 --- a/src/Ports/Inbound/HTTP/BuildStatuses/Html.hs +++ b/src/Ports/Inbound/HTTP/BuildStatuses/Html.hs @@ -82,7 +82,7 @@ pageHeader = do title_ "Build Statuses" link_ [rel_ "icon", type_ "image/png", href_ ("static/" <> prefix <> "-favicon.ico")] link_ [rel_ "stylesheet", type_ "text/css", href_ "static/normalize-d6d444a732.css"] - link_ [rel_ "stylesheet", type_ "text/css", href_ "static/statuses-11c70488b8.css"] + link_ [rel_ "stylesheet", type_ "text/css", href_ "static/statuses-26a217ef25.css"] script_ [type_ "text/javascript", src_ "static/script-32964cd17f.js"] ("" :: String) meta_ [makeAttribute "version" (show gitCommit)] diff --git a/static/statuses-11c70488b8.css b/static/statuses-26a217ef25.css similarity index 100% rename from static/statuses-11c70488b8.css rename to static/statuses-26a217ef25.css