diff --git a/lib/plausible_web/live/sites.ex b/lib/plausible_web/live/sites.ex index 8c71fd335140..ec9e3fea2f44 100644 --- a/lib/plausible_web/live/sites.ex +++ b/lib/plausible_web/live/sites.ex @@ -167,12 +167,19 @@ defmodule PlausibleWeb.Live.Sites do {@empty_state_description}

- <.button_link + + <.button_link + href={"https://umakers.dk"} + theme="primary" + mt?={false} + > + Hosting af Umakers <.button_link :if={not Teams.setup?(@current_team) and @has_sites?} diff --git a/lib/plausible_web/templates/layout/_footer.html.heex b/lib/plausible_web/templates/layout/_footer.html.heex index 6806046caaf9..31dcaed367cd 100644 --- a/lib/plausible_web/templates/layout/_footer.html.heex +++ b/lib/plausible_web/templates/layout/_footer.html.heex @@ -22,9 +22,9 @@ <% end %> <%= if ce?() do %> - This dashboard is running on self-managed infrastructure, not tested by Plausible Analytics. We cannot vouch for its performance or reliability. For official managed hosting, check out - <.styled_link href="https://plausible.io"> - plausible.io + This dashboard is running Plausible CE on self-managed server provided by + <.styled_link href="https://umakers.dk"> + Umakers <% end %>