diff options
| author | 2024-02-21 14:24:04 +0100 | |
|---|---|---|
| committer | 2024-02-21 14:24:04 +0100 | |
| commit | 2d9e498f9693c9fe553aa93c3faee9883a4d1e77 (patch) | |
| tree | ac8768e6d2bdcd8e9150972479935b7b989f2997 /web/template | |
| parent | [bugfix] fix possible mutex lockup during streaming code (#2633) (diff) | |
| download | gotosocial-2d9e498f9693c9fe553aa93c3faee9883a4d1e77.tar.xz | |
[bugfix] Fix wide images being squished when used as instance avatar (#2669)
Diffstat (limited to 'web/template')
| -rw-r--r-- | web/template/page_header.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/template/page_header.tmpl b/web/template/page_header.tmpl index 5a2956883..e605b349f 100644 --- a/web/template/page_header.tmpl +++ b/web/template/page_header.tmpl @@ -61,8 +61,6 @@ Instance Logo src="{{- .instance.Thumbnail -}}" alt="{{- template "thumbnailDescription" . -}}" title="{{- template "thumbnailDescription" . -}}" - width="100" - height="100" /> <h1>{{- .instance.Title -}}</h1> </a> |
