summaryrefslogtreecommitdiff
path: root/lib/web/templates
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2024-09-28 16:25:24 +0200
committerJordan Bracco <href@random.sh>2024-09-28 16:25:24 +0200
commite6476dfa9ee20b6576a2621d4b873c61e2f6d653 (patch)
treedbc69baeffa478a7f6ce8b226b2ba51add27850e /lib/web/templates
parentremove gpt/image plugins (diff)
various fixes
Diffstat (limited to 'lib/web/templates')
-rw-r--r--lib/web/templates/layout/app.html.eex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web/templates/layout/app.html.eex b/lib/web/templates/layout/app.html.eex
index b3199e2..99dbe9e 100644
--- a/lib/web/templates/layout/app.html.eex
+++ b/lib/web/templates/layout/app.html.eex
@@ -121,7 +121,7 @@
<%= @inner_content %>
</div>
<div mt-4 text-grey text-small">
- v<%= Nola.version() %> <a href="<%= Nola.source_url() %>">source</a>
+ v<%= Nola.version() %> &mdash; <a href="<%= Nola.source_url() %>">source</a>
</div>
<!-- /End replace -->
</div>