Skip to content

Commit 598ec08

Browse files
committed
fix(frontend): align sidebar action labels
1 parent 4d0d8c2 commit 598ec08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/lib/layout/NavLink.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
} = $props();
1717
1818
const baseClasses = $derived(
19-
'w-full px-3 h-10 rounded flex items-center justify-start cursor-pointer'
19+
'w-full px-3 h-10 rounded flex items-center justify-start text-left cursor-pointer'
2020
);
2121
2222
const variantClasses = $derived(

0 commit comments

Comments
 (0)