fix: update avatar field casing and sync models
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user