Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion lib/plausible_web/live/sites.ex
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,19 @@ defmodule PlausibleWeb.Live.Sites do
{@empty_state_description}
</p>
<div class="flex flex-col sm:flex-row gap-3 mt-6">
<.button_link
<!--<.button_link
href={"/sites/new?flow=#{PlausibleWeb.Flows.provisioning()}"}
theme="primary"
mt?={false}
>
<Heroicons.plus class="size-4" /> Add website
</.button_link>-->
<.button_link
href={"https://umakers.dk"}
theme="primary"
mt?={false}
>
Hosting af Umakers
</.button_link>
<.button_link
:if={not Teams.setup?(@current_team) and @has_sites?}
Expand Down
6 changes: 3 additions & 3 deletions lib/plausible_web/templates/layout/_footer.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -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
</.styled_link>
<% end %>
</p>
Expand Down
Loading