Skip to content

Commit

Permalink
Clean up repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 23, 2024
1 parent 1695b2e commit fb4434d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/polar_web/controllers/root_html/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
</h1>
<p class="mt-2 text-sm text-slate-300">
<%= gettext("If you need something not available here please create an issue at the") %>
<a href="https://github.com/upmaru/opsmaru-images" class="text-indigo-400" target="_blank">
<a
href="https://github.com/upmaru/opsmaru-images"
class="font-semibold text-brand hover:underline"
target="_blank"
>
<%= gettext("opsmaru-images") %>
</a>
<%= gettext("repository.") %>
Expand Down

0 comments on commit fb4434d

Please sign in to comment.