From a73f62e2a6f7603d370d722e344253afb2846618 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 2 Nov 2024 15:35:50 +1000 Subject: [PATCH] Fixed css issue --- AirportAlphabetGame/View.fs | 4 ++-- AirportAlphabetGame/sass/core.sass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AirportAlphabetGame/View.fs b/AirportAlphabetGame/View.fs index f449868..76837a0 100644 --- a/AirportAlphabetGame/View.fs +++ b/AirportAlphabetGame/View.fs @@ -16,10 +16,10 @@ let index content = head [] [ meta [_name "viewport"; _content "width=device-width"] title [] [str "Have you flown the alphabet?"] - link [_rel "stylesheet" ; _href "/styles/core.css?v=2"] + link [_rel "stylesheet" ; _href "/styles/core.css"] script [_src "/scripts/htmx.min.js"] [] script [_src "/scripts/json-enc.js"] [] - script [_src "/scripts/index.js?v=2"] [] + script [_src "/scripts/index.js"] [] ] body [] [ div [_id "pageContainer"] [ diff --git a/AirportAlphabetGame/sass/core.sass b/AirportAlphabetGame/sass/core.sass index 7064533..c7530b3 100644 --- a/AirportAlphabetGame/sass/core.sass +++ b/AirportAlphabetGame/sass/core.sass @@ -130,7 +130,7 @@ h1 form.htmx-request - input, button + input, button, label display: none .loading