Remove Public Profile Page (because usernames are not unique)

This commit is contained in:
2026-01-07 20:28:40 +01:00
parent c13d443696
commit e100f3bf23
6 changed files with 12 additions and 38 deletions

View File

@@ -34,7 +34,7 @@
@foreach($comments as $comment)
<tr wire:key="comment-{{ $comment->id }}" class="bg-white border-t dark:bg-neutral-800 dark:border-pink-700">
<td class="px-6 py-4">
<a href="{{ route('user.index', ['username' => $comment->name]) }}">{{ $comment->name }}</a>
{{ $comment->name }}
</td>
<th scope="row" class="px-6 py-4 font-medium text-gray-900 dark:text-white max-w-lg">
{{ $comment->comment }}