add title to menu

This commit is contained in:
Ruben Fiszel
2023-07-05 01:16:13 +02:00
parent 43566a2e50
commit 87dee94312
4 changed files with 4 additions and 0 deletions
@@ -16,6 +16,7 @@
<Menu placement="bottom-start" let:close>
<button
title="Favorites"
slot="trigger"
type="button"
class={classNames(
@@ -33,6 +33,7 @@
$$props.class
)}
target={href.includes('http') ? '_blank' : null}
title={label}
>
<Icon
data={icon}
@@ -22,6 +22,7 @@
<Menu let:close placement="bottom-start">
<button
title="User Menu"
slot="trigger"
type="button"
class={classNames(
@@ -12,6 +12,7 @@
<Menu placement="bottom-start" let:close>
<button
title="Workspace Menu"
slot="trigger"
type="button"
class={classNames(