forked from Github/frigate
Allow customization of tooltip capitalization (#7172)
This commit is contained in:
@@ -39,7 +39,7 @@ export default function Box({
|
||||
))}
|
||||
<div class="flex-grow" />
|
||||
{icons.map(({ name, icon: Icon, ...props }) => (
|
||||
<Button aria-label={name} className="rounded-full" key={name} type="text" {...props}>
|
||||
<Button aria-label={name} ariaCapitalize={true} className="rounded-full" key={name} type="text" {...props}>
|
||||
<Icon className="w-6" />
|
||||
</Button>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user