From 499317ac09a361c49ec59cad4fb652250d15ec4a Mon Sep 17 00:00:00 2001
From: Satria
Date: Thu, 19 Mar 2026 11:00:57 +0700
Subject: [PATCH] new styles for buttom items
---
src/lib/index.ts | 4 +---
src/routes/+page.svelte | 35 +++++++++++++++++------------------
2 files changed, 18 insertions(+), 21 deletions(-)
diff --git a/src/lib/index.ts b/src/lib/index.ts
index f24f6e5..2859a5f 100644
--- a/src/lib/index.ts
+++ b/src/lib/index.ts
@@ -189,9 +189,7 @@ export default {
links: {
"git": "https://git.satr14.my.id",
"fetch.sh": "https://fetch.satr14.my.id",
- "flake.nix": "https://git.satr14.my.id/satr14/nix-flake",
- "is-a.dev": "https://is-a.dev/",
- "part-of.my.id": "https://part-of.my.id/",
+ "flake.nix": "https://flake.satr14.my.id",
},
communities: {
"part-of.my.id": {
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 8ba845d..a8e4eec 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -99,27 +99,26 @@
{skill}
{/each}
-
- {#each Object.entries(data.links) as [title, url], i}
- {#if i > 0}~{/if}
- {title}
+
+ {#each Object.entries(data.links) as [title, url]}
+
+ {title}
+ ↗
+
{/each}
-
-
-
-
- {#each Object.entries(data.communities) as [name,details], i}
-
-
-

+
+
-
- {/each}
-
+
+ {/each}
+
+
\ No newline at end of file