mirror of
https://github.com/plausible/analytics.git
synced 2024-11-24 04:32:57 +03:00
Fix custom domain conditional
This commit is contained in:
parent
6ab2126ab8
commit
5220f98476
@ -28,7 +28,7 @@ defmodule PlausibleWeb.LayoutView do
|
||||
[key: "Goals", value: "goals"],
|
||||
[key: "Search Console", value: "search-console"],
|
||||
[key: "Email reports", value: "email-reports"],
|
||||
if is_selfhost() do
|
||||
if !is_selfhost() do
|
||||
[key: "Custom domain", value: "custom-domain"]
|
||||
else
|
||||
nil
|
||||
|
Loading…
Reference in New Issue
Block a user