diff options
author | Jordan Bracco <href@random.sh> | 2024-09-28 16:25:24 +0200 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2024-09-28 16:25:24 +0200 |
commit | e6476dfa9ee20b6576a2621d4b873c61e2f6d653 (patch) | |
tree | dbc69baeffa478a7f6ce8b226b2ba51add27850e /lib/web/templates | |
parent | remove gpt/image plugins (diff) |
various fixes
Diffstat (limited to 'lib/web/templates')
-rw-r--r-- | lib/web/templates/layout/app.html.eex | 2 |
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() %> — <a href="<%= Nola.source_url() %>">source</a> </div> <!-- /End replace --> </div> |