From 4aa273c8c79d1a00374de9966a6550134dbfb17b Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 9 May 2026 11:35:18 +0200 Subject: [PATCH] Adjust BackButton spacing: reduce gap for better alignment --- web/components/back-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/back-button.tsx b/web/components/back-button.tsx index 6a1e70d3..afd95c0d 100644 --- a/web/components/back-button.tsx +++ b/web/components/back-button.tsx @@ -20,7 +20,7 @@ export function BackButton(props: {className?: string}) { type="button" onClick={() => router.back()} className={clsx( - 'text-ink-500 hover:text-primary-700 inline-flex items-center gap-2 text-sm transition-all', + 'text-ink-500 hover:text-primary-700 inline-flex items-center gap-1 text-sm transition-all', className, )} >