diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte index 62285404..a6634a88 100644 --- a/src/routes/projects/+page.svelte +++ b/src/routes/projects/+page.svelte @@ -62,7 +62,7 @@ } async function changeTag() { - if(tag.toLowerCase() == "all") tag = "" + if (tag.toLowerCase() == "all") tag = ""; await goto("?category=" + tag); } @@ -85,8 +85,7 @@
-
+