Skip to content

Commit

Permalink
Merge pull request #43 from Potits-chats/LMST2-30/Acceder_au_profil
Browse files Browse the repository at this point in the history
accéder au profil depuis le tchat
  • Loading branch information
Eva1512 authored Apr 26, 2024
2 parents 083dedf + 2cb4b4d commit e7e2be1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div *ngIf="auth.user$ | async as user">
<!-- Chat Header -->
<header class="bg-white p-4 text-gray-700 dark:border-t dark:border-orange-900 dark:bg-gray-800 dark:text-white">
<h1 class="text-2xl font-semibold">{{user.name}}</h1>
<a href="../../profil?name={{user.name}}"><h1 class="text-2xl font-semibold">{{user.name}}</h1></a>
</header>

<!-- Chat Messages -->
Expand Down

0 comments on commit e7e2be1

Please sign in to comment.