-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
82 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
<div class="flex background-app border-b border-black h-12 items-center justify-start p-4 gap-x-4"> | ||
<img src="" alt="Discussion Picture" class="w-10 h-10 rounded-full headerImage"> | ||
<span class="text-white font-semibold headerTitle"></span> | ||
</div> | ||
<div class="flex background-app border-b border-black h-12 items-center justify-between p-4 gap-x-4"> | ||
<div class="flex items-center gap-x-4"> | ||
<img src="" alt="Discussion Picture" class="w-10 h-10 rounded-full headerImage"> | ||
<span class="text-white font-semibold headerTitle"></span> | ||
</div> | ||
<button id="leave-chat-btn" | ||
class="bg-red-500 hover:bg-red-700 text-white font-bold py-2 px-4 rounded" | ||
onclick="leaveChat()"> | ||
Quitter | ||
</button> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters