refactor: update layout labels

This commit is contained in:
codytseng 2025-10-19 16:02:10 +08:00
parent 5c2a016d4b
commit 1674671d7f
17 changed files with 34 additions and 34 deletions

View file

@ -16,8 +16,8 @@ const THEMES = [
] as const
const LAYOUTS = [
{ key: false, label: 'Double column', icon: <Columns2 className="size-5" /> },
{ key: true, label: 'Single column', icon: <PanelLeft className="size-5" /> }
{ key: false, label: 'Two-column', icon: <Columns2 className="size-5" /> },
{ key: true, label: 'Single-column', icon: <PanelLeft className="size-5" /> }
] as const
const NOTIFICATION_STYLES = [