Skip to content

Commit 60e95ce

Browse files
committed
[ADD] the missing "ajouter patient" to the page
1 parent a0656c7 commit 60e95ce

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
48 Bytes
Binary file not shown.

html/routes/pro/suivi/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<section class="forumFrame">
156156
<aside class="aside-left">
157157
<nav class="navbar_search">
158-
<form class="search-form"><input type="text" class="search-input" placeholder="Search..."><button class="search-button" type="submit">🔍</button></form>
158+
<form class="search-form"><input type="text" class="search-input" placeholder="Search..."><button class="search-button" type="submit">🔍</button></form><button class="btn btn-primary" type="button">Contacter patient</button>
159159
</nav>
160160
<ul class="buttonList">
161161
<li class="active"><button class="active">Lucas Houilles</button></li>
@@ -173,11 +173,6 @@
173173
<section class="userInput"><input type="text" placeholder="Type your message here"><button>Send</button></section>
174174
</aside>
175175
</section>
176-
<section id="chatbot_instance">
177-
<div class="chatBotAbstraction">
178-
<div class="chatbotButton"><button><img src="../../../assets/img/AB-logo.png" width="50" height="49"></button></div>
179-
</div>
180-
</section>
181176
<section id="cookie_banner"></section><i class="fas fa-paper-plane"></i>
182177
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
183178
<script src="../../../assets/js/modules/cookie_manager.mjs" type="module"></script>

0 commit comments

Comments
 (0)