mirror of
https://github.com/plausible/analytics.git
synced 2024-11-09 16:46:40 +03:00
Keep the in-app footer consistent with the main site (#2944)
This commit is contained in:
parent
2259651b21
commit
1723d3ca68
@ -10,7 +10,6 @@
|
||||
<%= if !Application.get_env(:plausible, :is_selfhost) do %>
|
||||
Made and hosted in the EU <span class="text-lg">🇪🇺</span><br />
|
||||
<% end %>
|
||||
We <a class="text-gray-300 hover:text-white" rel="noreferrer" href="https://plausible.io/giving-back">give back</a> 5% of our revenue.<br />
|
||||
Solely funded by our subscribers.<br />
|
||||
</p>
|
||||
<%= if Application.get_env(:plausible, :is_selfhost) do %>
|
||||
@ -64,6 +63,11 @@
|
||||
For ecommerce
|
||||
</a>
|
||||
</li>
|
||||
<li class="mt-4">
|
||||
<a rel="noreferrer" href="https://plausible.io/white-label-web-analytics" class="text-base leading-6 text-gray-300 hover:text-white">
|
||||
White label
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="mt-32 md:mt-0">
|
||||
|
Loading…
Reference in New Issue
Block a user