Skip to content

Commit

Permalink
Clean up footer
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 23, 2024
1 parent bf2ad5e commit 1695b2e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions lib/polar_web/components/layouts/app.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,14 @@
</a>
</div>
<div class="mt-8 md:order-1 md:mt-0">
<p class="text-center text-xs leading-5 text-slate-400">
&copy; <%= DateTime.utc_now().year %> Upmaru, Inc. All rights reserved.
<p class="text-center text-sm leading-5 text-slate-400">
&copy; <%= DateTime.utc_now().year %> Upmaru, Inc. All rights reserved. Deployed using <a
href="https://opsmaru.com"
class="font-semibold text-brand hover:underline"
target="_blank"
>
OpsMaru
</a>.
</p>
</div>
</div>
Expand Down

0 comments on commit 1695b2e

Please sign in to comment.