More component selectors for CSS overrides for #2193

This commit is contained in:
Gabe Kangas
2022-12-12 22:54:29 -08:00
parent 6c169bc9b7
commit e64da8003c
4 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
import { Avatar, Col, Row } from 'antd';
import React, { FC } from 'react';
import cn from 'classnames';
import { Follower } from '../../../../interfaces/follower';
import styles from './SingleFollower.module.scss';
@@ -8,7 +9,7 @@ export type SingleFollowerProps = {
};
export const SingleFollower: FC<SingleFollowerProps> = ({ follower }) => (
<div className={styles.follower}>
<div className={cn([styles.follower, 'followers-follower'])}>
<a href={follower.link} target="_blank" rel="noreferrer">
<Row wrap={false}>
<Col span={6}>