diff --git a/client/src/routes/api.svelte b/client/src/routes/api.svelte
index 650e613..a062e87 100644
--- a/client/src/routes/api.svelte
+++ b/client/src/routes/api.svelte
@@ -1,8 +1,8 @@
@@ -42,4 +42,4 @@
p {
@apply text-base opacity-80 py-2;
}
-
\ No newline at end of file
+
diff --git a/client/src/routes/guide.svelte b/client/src/routes/guide.svelte
index 191da0c..fe5fa8f 100644
--- a/client/src/routes/guide.svelte
+++ b/client/src/routes/guide.svelte
@@ -1,5 +1,5 @@
@@ -8,5 +8,8 @@
- Sorry for the inconvinience. For now, please refer to the API first. I'll work on this page later on.
-
\ No newline at end of file
+
+ Sorry for the inconvinience. For now, please refer to the API first. I'll work on
+ this page later on.
+
+
diff --git a/client/src/routes/index.svelte b/client/src/routes/index.svelte
index e810a58..cadcd28 100644
--- a/client/src/routes/index.svelte
+++ b/client/src/routes/index.svelte
@@ -1,6 +1,6 @@
@@ -17,13 +17,12 @@