From 3d411d33b2976a67f52f3eebbc070923f5626483 Mon Sep 17 00:00:00 2001 From: juprodh Date: Sat, 27 Jun 2026 15:13:34 +0800 Subject: [PATCH] Fix buttons misaligment in home --- src/views/home.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/home.ts b/src/views/home.ts index 1d7347b..17b363b 100644 --- a/src/views/home.ts +++ b/src/views/home.ts @@ -50,11 +50,11 @@ export function homePage( ${msg.home.createAWiki} ${msg.profile.myWikis} -
+
${step(1, msg.home.step1, "/login")} - + ${step(2, msg.home.step2, "/wiki/new")} - + ${step(3, msg.home.step3)}

${msg.home.loginHint}

-- 2.51.2