updated community left menu to reflect logo changes

This commit is contained in:
2025-10-18 20:50:19 -06:00
parent 1797a6ec7e
commit fcbff708a5
2 changed files with 15 additions and 2 deletions
+1 -2
View File
@@ -10,8 +10,7 @@
{{ comm := .CurrentCommunity() }}
<div class="mb-2 mt-2">
<div class="mb-1">
<img src="/img/builtin/default-community.jpg"
alt="{{ comm.Name }}" class="w-28 h-16 rounded">
<img src="{{ ExtractCommunityLogo(comm) }}" alt="{{ comm.Name }}" class="w-28 h-16 rounded">
</div>
<div class="font-bold mb-1">{{ menu.Title }}</div>
{{ ctxt := . }}