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 @@
-
-
-