aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-11-19 03:53:07 +0000
committerFuwn <[email protected]>2023-11-19 03:53:07 +0000
commit51f3628fe3b9691f746a3fe45c1c55bf63193f34 (patch)
tree899ba056ff5e9786ffe52292ed8862d9952fa05f /src
parentfeat(languages): language columns (diff)
downloadarchived-frontend-next-51f3628fe3b9691f746a3fe45c1c55bf63193f34.tar.xz
archived-frontend-next-51f3628fe3b9691f746a3fe45c1c55bf63193f34.zip
feat(api): remove fluff
Diffstat (limited to 'src')
-rw-r--r--src/routes/api.svelte30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/routes/api.svelte b/src/routes/api.svelte
index ae70e8b..cf4e571 100644
--- a/src/routes/api.svelte
+++ b/src/routes/api.svelte
@@ -34,21 +34,21 @@ SPDX-License-Identifier: GPL-3.0-only -->
</svelte:head>
<section>
- <p>The Senpy Club API can be accessed at</p>
-
- <ul>
- <li>
- <a href="https://api.senpy.club" target="_blank">REST</a>
- </li>
- <li>
- <a href="https://github.com/senpy-club/graphql-api" target="_blank">
- GraphQL,
- </a>
- <a href="https://graphql.senpy.club/playground" target="_blank"
- >Playground</a
- >
- </li>
- </ul>
+ <p>
+ The Senpy Club API can be accessed through <a
+ href="https://api.senpy.club"
+ target="_blank"
+ >
+ REST
+ </a>
+ and
+ <a href="https://github.com/senpy-club/graphql-api" target="_blank"
+ >GraphQL</a
+ >
+ (<a href="https://graphql.senpy.club/playground" target="_blank">
+ Playground</a
+ >)
+ </p>
{#if !complete}
<p>Fetching API README ...</p>