aboutsummaryrefslogtreecommitdiff
path: root/src/routes/index.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/index.svelte')
-rw-r--r--src/routes/index.svelte4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index 046410f..57af629 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -36,7 +36,7 @@ SPDX-License-Identifier: GPL-3.0-only -->
<section>
{#if !complete}
- <p>Fetching a random image...</p>
+ <p>Fetching a random image ...</p>
{:else}
<div class="highlight-image">
<a href={`/language?language=${image.language}&image=${image.image}`}>
@@ -46,7 +46,7 @@ SPDX-License-Identifier: GPL-3.0-only -->
{/if}
<h2>Related Projects</h2>
- <p>Check out these other [The] Senpy Club-related projects!</p>
+
<ul>
<li>
<a href="https://github.com/senpy-club/api-worker" target="_blank">API</a>