aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-24 23:21:15 -0700
committerFuwn <[email protected]>2022-03-24 23:21:15 -0700
commit5092a30d2a79f89cec7afa9fea2e1e61d3acfcfc (patch)
tree8b2665aa325637243e28af9709c4467b36007ed7
parentfeat(routes): mention graphql api (diff)
downloadfrontend-next-5092a30d2a79f89cec7afa9fea2e1e61d3acfcfc.tar.xz
frontend-next-5092a30d2a79f89cec7afa9fea2e1e61d3acfcfc.zip
feat(index): news
-rw-r--r--src/routes/index.svelte11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index d8e550e..c70ad86 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -88,4 +88,15 @@ SPDX-License-Identifier: GPL-3.0-only -->
>)
</li>
</ul>
+
+ <h2>Other News</h2>
+ <p>
+ Someone made a TikTok about the repository! Check it out
+ <a
+ href="https://www.tiktok.com/@lewismenelaws/video/7068359909909236998"
+ target="_blank"
+ >
+ here!
+ </a>
+ </p>
</section>