Skip to content

Commit 02022f5

Browse files
committed
fix: map links
1 parent b79c720 commit 02022f5

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

src/routes/Footer.svelte

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { WaspScripters } from "$lib/client/supabase"
77
</script>
88

9-
<footer class="preset-filled-surface-100-900 z-40 my-auto h-fit">
9+
<footer class="z-40 my-auto h-fit preset-filled-surface-100-900">
1010
<div class="mx-8 md:mx-0">
1111
<header class="grid md:m-8 md:flex md:justify-between md:pt-8">
1212
<div class="mx-auto my-6 lg:mx-0">
@@ -23,12 +23,16 @@
2323
<li>
2424
<a href="https://github.com/Villavu/SRL-Development" target="_blank">SRL repo</a>
2525
</li>
26-
<li><a href="https://github.com/WaspScripts/WaspLib" target="_blank">WaspLib repo</a></li>
2726
<li>
28-
<a href="https://waspscripts.github.io/WaspLib" target="_blank">WaspLib Documentation</a>
27+
<a href="https://github.com/WaspScripts/WaspLib" target="_blank">WaspLib repo</a>
2928
</li>
3029
<li>
31-
<a href="https://map.waspscripts.dev/" target="_blank">Interactive map</a>
30+
<a href="https://waspscripts.github.io/WaspLib" target="_blank"
31+
>WaspLib Documentation</a
32+
>
33+
</li>
34+
<li>
35+
<a href="https://map.waspscripts.com/" target="_blank">Interactive map</a>
3236
</li>
3337
</ul>
3438
</nav>

src/routes/llms.txt/+server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ For setup instructions you visit the setup [page](${website}/setup)
9898
- [SRL-T](https://Torwent.github.io/SRL-T/): SRL-T documentation
9999
- [WaspLib](https://Torwent.github.io/WaspLib/): SRL-T documentation
100100
- [Wasp Stats API](https://api.waspscripts.dev/docs): Stats API documentation
101-
- [Map](https://map.waspscripts.dev/): Interactive OSRS map
101+
- [Map](https://map.waspscripts.com/): Interactive OSRS map
102102
103103
## Scripts
104104

src/routes/tutorials/+page.svelte

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,24 @@
3939
<h3 class="text-center">Useful resources</h3>
4040

4141
<div class="my-4 flex flex-col gap-2 lg:flex-row">
42-
<a href="https://waspscripts.github.io/WaspLib/" class="mx-auto btn ring-primary-500 preset-filled-primary-200-800 ring-2">
42+
<a
43+
href="https://waspscripts.github.io/WaspLib/"
44+
class="mx-auto btn preset-filled-primary-200-800 ring-2 ring-primary-500"
45+
>
4346
WaspLib Documentation
4447
</a>
4548

46-
<a href="https://api.waspscripts.dev/docs" class="mx-auto btn ring-primary-500 preset-filled-primary-200-800 ring-2">
49+
<a
50+
href="https://api.waspscripts.dev/docs"
51+
class="mx-auto btn preset-filled-primary-200-800 ring-2 ring-primary-500"
52+
>
4753
Stats API Documentation
4854
</a>
4955

50-
<a href="https://map.waspscripts.dev" class="mx-auto btn ring-primary-500 preset-filled-primary-200-800 ring-2">
56+
<a
57+
href="https://map.waspscripts.com"
58+
class="mx-auto btn preset-filled-primary-200-800 ring-2 ring-primary-500"
59+
>
5160
Interactive Map
5261
</a>
5362
</div>
@@ -96,7 +105,7 @@
96105
<div class="my-8 grid place-items-center">
97106
<a
98107
href="https://github.com/WaspScripts/wasp-info/new/main/tutorials"
99-
class="btn ring-secondary-500 preset-filled-secondary-200-800 ring-2"
108+
class="btn preset-filled-secondary-200-800 ring-2 ring-secondary-500"
100109
>
101110
Add a tutorial through GitHub!
102111
</a>

0 commit comments

Comments
 (0)