Commit c84dcddb authored by johnnyjoy's avatar johnnyjoy

chore: always show visibility label

parent 8d939624
......@@ -49,7 +49,7 @@ const VisibilitySelector = (props: Props) => {
type="button"
>
<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" />
</button>
</PopoverTrigger>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment