chore(deps): update dependency eslint-plugin-react to v7.33.0 (#3205)
* chore(deps): update dependency eslint-plugin-react to v7.33.0 * chore: have linter try to autofix and commit linter warnings * Linter fixes * chore: tweak how js formatting is run within actions * fix: type mismatch * Prettified Code! --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com> Co-authored-by: Owncast <owncast@owncast.online> Co-authored-by: gabek <gabek@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,7 @@ export const ActionButton: FC<ActionButtonProps> = ({
|
||||
style={{ backgroundColor: color }}
|
||||
title={description || title}
|
||||
>
|
||||
{icon && <img src={icon} className={`${styles.icon}`} alt={description} />}
|
||||
{icon && <img src={icon} className={styles.icon} alt={description} />}
|
||||
{title}
|
||||
</Button>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user