Browse Source

Fixed available rooms header not collapsing

Arnaud Vergnet 4 years ago
parent
commit
7d2bdc0d34
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/screens/Websites/AvailableRoomScreen.js

+ 1
- 1
src/screens/Websites/AvailableRoomScreen.js View File

@@ -9,7 +9,7 @@ type Props = {
9 9
 
10 10
 
11 11
 const ROOM_URL = 'http://planex.insa-toulouse.fr/salles.php';
12
-const CUSTOM_CSS_GENERAL = 'https://etud.insa-toulouse.fr/~amicale_app/custom_css/rooms/customMobile.css';
12
+const CUSTOM_CSS_GENERAL = 'https://etud.insa-toulouse.fr/~amicale_app/custom_css/rooms/customMobile2.css';
13 13
 
14 14
 /**
15 15
  * Class defining the app's available rooms screen.

Loading…
Cancel
Save