mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 05:38:58 +03:00
fix(ui): set description value to action button title
This commit is contained in:
parent
7adfb6c211
commit
fb5cb10aa2
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ export const ActionButton: FC<ActionButtonProps> = ({
|
|||
className={cn([`${styles.button}`, 'action-button'])}
|
||||
onClick={() => externalActionSelected(action)}
|
||||
style={{ backgroundColor: color }}
|
||||
title={description || title}
|
||||
>
|
||||
{icon && <img src={icon} className={`${styles.icon}`} alt={description} />}
|
||||
{title}
|
||||
|
|
Loading…
Reference in a new issue