From 695b2a6beba257ef162cf5c8caddbe2e9b14576f Mon Sep 17 00:00:00 2001
From: Jesper Ordrup
Date: Sat, 2 Mar 2024 12:07:05 +0800
Subject: [PATCH 1/2] fjern add website
---
lib/plausible_web/live/sites.ex | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
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?}
From 5fdf8a3b29432fcaad9b543fbd95ee408f0b4029 Mon Sep 17 00:00:00 2001
From: Jesper Ordrup
Date: Thu, 7 Mar 2024 21:02:26 +0800
Subject: [PATCH 2/2] Update _footer.html.heex
---
lib/plausible_web/templates/layout/_footer.html.heex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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 %>