diff --git a/data/images/logo.png b/data/images/logo.png deleted file mode 100755 index 8204d8e..0000000 Binary files a/data/images/logo.png and /dev/null differ diff --git a/default.nix b/default.nix index c42e078..6464157 100644 --- a/default.nix +++ b/default.nix @@ -1,11 +1,8 @@ -{ - callPackage, - wandardFrontUtils ? callPackage (builtins.fetchGit { - url = https://git.wizbos.club/wizbos-pub/wand-front-utils.git; - rev = "9d281ec79fbfb419089e1ebf33e6e088a2c210b1"; - }) {}, - ... -}: +{ pkgs ? import { }, callPackage ? pkgs.callPackage +, wandardFrontUtils ? callPackage (builtins.fetchGit { + url = "https://git.wizbos.club/wizbos-pub/wand-front-utils.git"; + rev = "0710d0331ff26edf75b24f04cd49fde8793ea33e"; +}) { }, ... }: with wandardFrontUtils; mkWandardFront { @@ -14,5 +11,6 @@ mkWandardFront { description = "notgne2's shitty pages"; backgroundColor = "#220044"; themeColor = "#004400"; - routes = [ "/" "/about" "/404" "/posts" "/posts/viveahk" "/posts/librebasics" ]; -} \ No newline at end of file + routes = + [ "/" "/about" "/404" "/posts" "/posts/viveahk" "/posts/librebasics" ]; +} diff --git a/elm.json b/elm.json index 77f6b29..7dd63fc 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "source-directories": [ "src" ], - "elm-version": "0.19.0", + "elm-version": "0.19.1", "dependencies": { "direct": { "dillonkearns/elm-markdown": "1.1.3", diff --git a/src/Main.elm b/src/Main.elm index f1ac3a8..b9e6020 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -170,7 +170,7 @@ navbarHeader = , centerY , Font.size 30 ] - { url = "/", label = image [ width fill ] { src = "/data/images/logo.png", description = "gen2 space" } } + { url = "/", label = image [ width fill ] { src = "/data/images/icon.png", description = "gen2 space" } } navbarLinks = diff --git a/versions.dat b/versions.dat deleted file mode 100644 index 2cdfa65..0000000 Binary files a/versions.dat and /dev/null differ