- {#if menuOpen}
-
-
-
- {/if}
+
+
+
+
+
+
+
+
+
diff --git a/src/lib/utils.ts b/src/lib/utils.ts
index bf988db..8ac5bb5 100644
--- a/src/lib/utils.ts
+++ b/src/lib/utils.ts
@@ -6,23 +6,3 @@ export function dev_log(part: string, ...args) {
console.log(`[${part}]:`, ...args);
}
}
-
-// Use directive that makes an element dispatch an event when you click or tap outside of it.
-// Stolen from the svelte docs: https://svelte.dev/tutorial/actions
-export function click_outside(node: Element) {
- const handle = (event: MouseEvent) => {
- if (!node.contains(event.target)) {
- node.dispatchEvent(new CustomEvent("click_outside"));
- }
- };
-
- document.addEventListener("touchstart", handle, true);
- document.addEventListener("click", handle, true);
-
- return {
- destroy() {
- document.removeEventListener("touchstart", handle, true);
- document.removeEventListener("click", handle, true);
- },
- };
-}
diff --git a/static/icons/contrib.svg b/static/icons/contrib.svg
deleted file mode 100644
index 148f8aa..0000000
--- a/static/icons/contrib.svg
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/static/icons/settings.svg b/static/icons/settings.svg
deleted file mode 100644
index 0062d72..0000000
--- a/static/icons/settings.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file