mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 22:06:29 +02:00
fix linter on ui updates
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
font-weight: bold;
|
||||
color: $color-black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $color-grey-dark;
|
||||
}
|
||||
a:hover {
|
||||
color: $color-grey-dark;
|
||||
}
|
||||
}
|
||||
|
@@ -11,7 +11,7 @@ const TeamItem: React.FC<Props> = ({ team }): JSX.Element => {
|
||||
return (
|
||||
<li className={styles.teamItem}>
|
||||
<div className={styles.teamName}>{name}</div>
|
||||
<div className={styles.teamDescription}>{description}</div>
|
||||
<div>{description}</div>
|
||||
</li>
|
||||
)
|
||||
}
|
||||
|
@@ -13,6 +13,3 @@
|
||||
.teamName {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.teamDescription {
|
||||
}
|
||||
|
Reference in New Issue
Block a user