fix(desktop): better new session button
This commit is contained in:
parent
5249f04ea0
commit
18a5eb205f
1 changed files with 1 additions and 3 deletions
|
|
@ -102,9 +102,7 @@ export function Header(props: {
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Button as={A} href={`/${params.dir}/session`} icon="plus-small">
|
<IconButton as={A} href={`/${params.dir}/session`} icon="edit-small-2" variant="ghost" />
|
||||||
New session
|
|
||||||
</Button>
|
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</Show>
|
</Show>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue