diff options
| author | Fuwn <[email protected]> | 2022-03-24 23:21:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-24 23:21:15 -0700 |
| commit | 5092a30d2a79f89cec7afa9fea2e1e61d3acfcfc (patch) | |
| tree | 8b2665aa325637243e28af9709c4467b36007ed7 | |
| parent | feat(routes): mention graphql api (diff) | |
| download | frontend-next-5092a30d2a79f89cec7afa9fea2e1e61d3acfcfc.tar.xz frontend-next-5092a30d2a79f89cec7afa9fea2e1e61d3acfcfc.zip | |
feat(index): news
| -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> |