Skip to content

Commit 5fbbaf4

Browse files
committed
add disclaimer
1 parent d48c38a commit 5fbbaf4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

web/www/borrow.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ <h1 class="block text-2xl font-bold text-gray-800 dark:text-white">Emprunter des
3131
</div>
3232
</button>
3333
</form>
34+
35+
<div class="text-center">
36+
<div class="mt-6 p-2 gap-3 text-sm bg-white border border-gray-200 rounded-xl shadow-sm flex items-center justify-center dark:border-neutral-700 text-gray-500 dark:text-neutral-400 dark:bg-neutral-900" id="what-to-do-next">
37+
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 shrink-0 stroke-gray-500 dark:stroke-neutral-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-triangle-alert"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"/><path d="M12 9v4"/><path d="M12 17h.01"/></svg>
38+
L'emprunt est <strong>nominatif</strong>. En cliquant sur "Emprunter", <strong>tu</strong> t'engages à rendre les joycons <strong>avant 18h00</strong> ou à rembourser les joycons non rendus.
39+
</div>
40+
</div>
3441
</div>
3542
</div>
3643
</div>

0 commit comments

Comments
 (0)