From dae0ad26c7c7922e42be5c5c135422517478442b Mon Sep 17 00:00:00 2001 From: Odyssey346 Date: Sat, 23 Jul 2022 13:00:27 +0200 Subject: [PATCH] Remove discord and fix shellnix Signed-off-by: Odyssey346 --- shell.nix | 2 +- src/lib/Footer.svelte | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/shell.nix b/shell.nix index 0dd906d..f740852 100644 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,6 @@ pkgs.mkShell { shellHook = '' echo "Installing dependencies using npm, please wait." npm i - echo "Done! You may now run npm run dev to test your changes." + echo "You can now "run npm run dev" to start a dev server." ''; } \ No newline at end of file diff --git a/src/lib/Footer.svelte b/src/lib/Footer.svelte index ae3132b..575d333 100644 --- a/src/lib/Footer.svelte +++ b/src/lib/Footer.svelte @@ -27,9 +27,6 @@ - - -