fix: update avatar field casing and sync models

This commit is contained in:
2026-05-07 14:56:39 +02:00
parent 30f45ece89
commit 30109590ba
4 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@
<button class="flex items-center gap-1 rounded-full p-1 transition-colors hover:bg-surface-hover focus:outline-none">
{{with .User}}
<img
src="{{.AvatarURL}}"
src="{{.AvatarUrl}}"
alt="{{.Username}}"
class="h-8 w-8 rounded-full object-cover"
/>