updated community left menu to reflect logo changes
This commit is contained in:
@@ -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 := . }}
|
||||
|
||||
Reference in New Issue
Block a user