diff options
| author | Fuwn <[email protected]> | 2022-03-24 23:21:15 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-24 23:21:15 +0000 |
| commit | 2d5d64b247d1d7e57e4b4aef1016fd8e8d545dec (patch) | |
| tree | 8b2665aa325637243e28af9709c4467b36007ed7 /src | |
| parent | feat(routes): mention graphql api (diff) | |
| download | archived-frontend-next-2d5d64b247d1d7e57e4b4aef1016fd8e8d545dec.tar.xz archived-frontend-next-2d5d64b247d1d7e57e4b4aef1016fd8e8d545dec.zip | |
feat(index): news
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/index.svelte | 11 |
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> |