Add titles for a better user experience (#137)

Co-authored-by: Mario Gómez <60667991+mgomezarr@users.noreply.github.com>
This commit is contained in:
magomzr
2024-04-05 06:29:08 -06:00
committed by GitHub
parent c3903849ec
commit b61d1836ea
2 changed files with 6 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ export function ShareButton({ group }: Props) {
return (
<Popover>
<PopoverTrigger asChild>
<Button size="icon">
<Button title="Share" size="icon">
<Share className="w-4 h-4" />
</Button>
</PopoverTrigger>