summaryrefslogtreecommitdiff
path: root/web/template
diff options
context:
space:
mode:
Diffstat (limited to 'web/template')
-rw-r--r--web/template/about.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/about.tmpl b/web/template/about.tmpl
index 48d7d2174..0f69cf59e 100644
--- a/web/template/about.tmpl
+++ b/web/template/about.tmpl
@@ -27,7 +27,7 @@
<div>
<h2>Admin Contact</h2>
{{if .instance.ContactAccount}}
- <a href="{{.instance.ContactAccount.URL}}" class="contact-account-card">
+ <a href="{{.instance.ContactAccount.URL}}" class="account-card">
<img class="avatar" src="{{.instance.ContactAccount.Avatar}}" alt="" />
<h3>
{{if .instance.ContactAccount.DisplayName}}{{emojify .instance.ContactAccount.Emojis (escape .instance.ContactAccount.DisplayName)}}{{else}}{{.instance.ContactAccount.Username}}{{end}}