From 735071fb97d929d0aecd1886559c13f9bb9d7203 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 9 May 2026 11:21:54 +0200 Subject: [PATCH] Fix BackButton styling: remove redundant spacing in class name --- 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 a79d6505..6a1e70d3 100644 --- a/web/components/back-button.tsx +++ b/web/components/back-button.tsx @@ -25,7 +25,7 @@ export function BackButton(props: {className?: string}) { )} > - + Back ) }