From abda5264a896bc150fcf827f9205838e8341d75f Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 1 May 2026 12:15:31 +0200 Subject: [PATCH] feat(welcome): use tabler svg icons for feature row --- src/components/WelcomeWorld.vue | 70 +++++++++++++++++++++++++++++---- 1 file changed, 63 insertions(+), 7 deletions(-) diff --git a/src/components/WelcomeWorld.vue b/src/components/WelcomeWorld.vue index 0bded95..558765d 100644 --- a/src/components/WelcomeWorld.vue +++ b/src/components/WelcomeWorld.vue @@ -438,7 +438,23 @@ const showReviewCard = computed(

- +

Stacked notes

Click a link and the next note slides in beside the current one. @@ -447,7 +463,22 @@ const showReviewCard = computed(

- +

Automatic backlinks

Every mention becomes a two-way link. See every note that points @@ -455,7 +486,29 @@ const showReviewCard = computed(

- +

Your files, your Git

Remanso reads GitHub directly. Edit in your favourite editor. @@ -1278,16 +1331,19 @@ main { } .feat-icon { - width: 28px; - height: 28px; + width: 32px; + height: 32px; display: inline-flex; align-items: center; justify-content: center; - font-family: var(--hw-mono); - font-size: 0.75rem; color: var(--hw-pink-deep); border: 1px solid var(--hw-pink); border-radius: 50%; + + svg { + width: 16px; + height: 16px; + } } /* ── Demo notes ─────────────────────────────────────────────── */