fix: a lot of minor improvements for dashboard

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-07 12:28:54 +01:00
parent 5b1c582023
commit c762bd7c95
19 changed files with 591 additions and 388 deletions

View File

@@ -8,7 +8,7 @@ export function FeedbackButton() {
return (
<Button
variant={'outline'}
className="w-full text-left justify-start [&_svg]:mx-2"
className="text-left justify-start"
icon={SparklesIcon}
onClick={() => {
op.track('feedback_button_clicked');