Removed Tag component.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import classNames from 'classnames';
|
||||
import styles from './Tag.module.css';
|
||||
|
||||
function Tag({ className, children }) {
|
||||
return <span className={classNames(styles.tag, className)}>{children}</span>;
|
||||
}
|
||||
|
||||
export default Tag;
|
||||
@@ -1,7 +0,0 @@
|
||||
.tag {
|
||||
padding: 4px 6px;
|
||||
border-radius: 4px;
|
||||
margin-right: 10px;
|
||||
color: var(--primary400);
|
||||
background: var(--blue100);
|
||||
}
|
||||
Reference in New Issue
Block a user