diff --git a/lib/plausible_web/templates/layout/_header.html.heex b/lib/plausible_web/templates/layout/_header.html.heex index dce86210f901..bd5aeabb5b4b 100644 --- a/lib/plausible_web/templates/layout/_header.html.heex +++ b/lib/plausible_web/templates/layout/_header.html.heex @@ -76,16 +76,35 @@ <.dropdown_item href={Routes.settings_path(@conn, :index)}> Account Settings - <.dropdown_item class="!flex justify-between gap-x-12" new_tab href="https://plausible.io/docs"> + <.dropdown_item + class="!flex justify-between gap-x-12" + new_tab + href="https://plausible.io/docs" + > Help Center - <.dropdown_item :if={ee?()} class="!flex justify-between gap-x-12" new_tab href="https://plausible.io/contact"> + <.dropdown_item + :if={ee?()} + class="!flex justify-between gap-x-12" + new_tab + href="https://plausible.io/contact" + > Contact Support - <.dropdown_item :if={ee?()} class="!flex justify-between gap-x-12" new_tab href={feedback_link(@conn.assigns[:current_user])}> + <.dropdown_item + :if={ee?()} + class="!flex justify-between gap-x-12" + new_tab + href={feedback_link(@conn.assigns[:current_user])} + > Feature Requests - <.dropdown_item :if={ce?()} class="!flex justify-between gap-x-12" new_tab href="https://github.com/plausible/analytics"> + <.dropdown_item + :if={ce?()} + class="!flex justify-between gap-x-12" + new_tab + href="https://github.com/plausible/analytics" + > Github Repo <.dropdown_divider />