refactor: update layout labels
This commit is contained in:
parent
5c2a016d4b
commit
1674671d7f
17 changed files with 34 additions and 34 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue