reorder tabs + remove duplicated examples
This commit is contained in:
parent
2f9244e90d
commit
e551dfeddb
2 changed files with 1 additions and 13 deletions
|
|
@ -84,9 +84,9 @@ export function Panel({ context }) {
|
|||
<div className="flex justify-between px-2">
|
||||
<div className={cx('flex select-none max-w-full overflow-auto', activeFooter && 'pb-2')}>
|
||||
<PanelTab name="intro" label="welcome" />
|
||||
<PanelTab name="patterns" />
|
||||
<PanelTab name="sounds" />
|
||||
<PanelTab name="console" />
|
||||
<PanelTab name="patterns" />
|
||||
<PanelTab name="reference" />
|
||||
<PanelTab name="settings" />
|
||||
{TAURI && <PanelTab name="files" />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue