Skip to content

Commit 818800d

Browse files
committed
Add zolder to internal links
1 parent 436fc0b commit 818800d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/routes/+page.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@
149149
<Space height="var(--token-space-6)" />
150150
</FlexWrapper>
151151

152-
153152
<!-- 🆕 Dynamische blokken met publieke + interne statussen -->
154153
<FlexWrapper width="80%" justifycontent="flex-start" direction="row" gap="var(--token-space-4)" wrap="wrap">
155154
{#if downServices.length > 0}
@@ -326,6 +325,12 @@
326325
<p class="option-text">Pi-hole</p>
327326
</FlexWrapper>
328327
</a>
328+
<a class="option" href="https://zolder.internal">
329+
<FlexWrapper width="100%" height="100%" gap="var(--token-space-2)">
330+
<Icon size="4rem" icon="inventory_2" />
331+
<p class="option-text">Zolder</p>
332+
</FlexWrapper>
333+
</a>
329334
{:else}
330335
<div class="option" style="width: 16rem;">
331336
<FlexWrapper width="100%" height="100%" gap="var(--token-space-2)">

0 commit comments

Comments
 (0)