I'M A TEAPOT (no fix affichage)

This commit is contained in:
2024-04-17 17:27:31 +02:00
parent 869e69178b
commit 5b7dba97a0
2 changed files with 3 additions and 3 deletions

View File

@@ -73,6 +73,6 @@ class Response
header('Cache-control: no-store, no-cache, must-revalidate');
header('Pragma: no-cache');
http_response_code(418);
echo json_encode($data);
echo json_encode($data); // I'm a teapot
}
}

View File

@@ -45,7 +45,7 @@ function displayHomeTopBar() {
<button class="dropdown-item z-3" id="user-name-profile">Profil</button>
</div>
</div>
<p class="text-white fw-bold link-underline-opacity-75-hover link-underline link-underline-opacity-0 link-offset-3-hover link-underline-light" id="user-calendar">Mes rendez-vous</p>
<p class="text-white fw-bold link-underline-opacity-75-hover link-underline link-underline-opacity-0 link-offset-3-hover link-underline-light mt-3" id="user-calendar">Mes rendez-vous</p>
</div>
</div>
<div id="searchbar"></div>`;
@@ -70,7 +70,7 @@ function displayHomeTopBar() {
<button class="dropdown-item z-3" id="user-name-profile">Profil</button>
</div>
</div>
<p class="text-white fw-bold link-underline-opacity-75-hover link-underline link-underline-opacity-0 link-offset-3-hover link-underline-light" id="praticien-calendar">Mes rendez-vous practicien</p>
<p class="text-white fw-bold link-underline-opacity-75-hover link-underline link-underline-opacity-0 link-offset-3-hover link-underline-light mt-3" id="praticien-calendar">Mes rendez-vous practicien</p>
</div>
</div>
<div id="searchbar"></div>`;