forked from vergnet/application-amicale
Fixed available rooms header not collapsing
This commit is contained in:
parent
3e583a6b39
commit
7d2bdc0d34
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ type Props = {
|
|||
|
||||
|
||||
const ROOM_URL = 'http://planex.insa-toulouse.fr/salles.php';
|
||||
const CUSTOM_CSS_GENERAL = 'https://etud.insa-toulouse.fr/~amicale_app/custom_css/rooms/customMobile.css';
|
||||
const CUSTOM_CSS_GENERAL = 'https://etud.insa-toulouse.fr/~amicale_app/custom_css/rooms/customMobile2.css';
|
||||
|
||||
/**
|
||||
* Class defining the app's available rooms screen.
|
||||
|
|
Loading…
Reference in a new issue