mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
Update sign up message and available meetup location
This commit is contained in:
@@ -37,7 +37,7 @@ const KnowledgeBoxList: React.FC = (): JSX.Element | null => {
|
||||
onChange={onShowUnknownOnly}
|
||||
checked={showUnknownOnly}
|
||||
/>{" "}
|
||||
Uniquement les non-renseignés
|
||||
Afficher uniquement les non-renseignés
|
||||
</label>
|
||||
<ul className={styles.boxList}>
|
||||
{boxesToShow.map((detailedBox: any) => (
|
||||
|
@@ -5,7 +5,6 @@
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
margin-bottom: 10px;
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.boxList {
|
||||
|
Reference in New Issue
Block a user