mirror of https://github.com/usememos/memos.git
chore: always show visibility label
This commit is contained in:
parent
8d9396247b
commit
c84dcddbf6
|
|
@ -49,7 +49,7 @@ const VisibilitySelector = (props: Props) => {
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<VisibilityIcon className="w-3 h-3" visibility={value} />
|
<VisibilityIcon className="w-3 h-3" visibility={value} />
|
||||||
<span className="hidden sm:inline">{currentOption?.label}</span>
|
<span>{currentOption?.label}</span>
|
||||||
<ChevronDownIcon className="w-3 h-3 opacity-60" />
|
<ChevronDownIcon className="w-3 h-3 opacity-60" />
|
||||||
</button>
|
</button>
|
||||||
</PopoverTrigger>
|
</PopoverTrigger>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue