feat : #14 partage de profil
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@if (user() !== undefined) {
|
||||
<a [routerLink]="[user().slug]" [state]="{ user: user(), profile }" class="block group">
|
||||
<a [routerLink]="[slug()]" [state]="{ user: user(), profile }" class="block group">
|
||||
<!-- Card du profil -->
|
||||
<div
|
||||
class="relative bg-white dark:bg-gray-800 rounded-xl shadow-lg overflow-hidden transition-all duration-300 hover:shadow-2xl hover:-translate-y-2"
|
||||
|
||||
Reference in New Issue
Block a user