mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 04:27:18 +08:00
First pass at CSS identifiers + test to verify they are set. For #2193
This commit is contained in:
@ -16,6 +16,7 @@ export const FollowButton: FC<FollowButtonProps> = ({ onClick, props }) => (
|
||||
className={styles.button}
|
||||
icon={<HeartFilled />}
|
||||
onClick={onClick}
|
||||
id="follow-button"
|
||||
>
|
||||
Follow
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user