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