Skip to content

Commit

Permalink
Mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ukutaht committed Jan 2, 2025
1 parent 87b2e2f commit c2c8dec
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions lib/plausible_web/templates/layout/_header.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,35 @@
<.dropdown_item href={Routes.settings_path(@conn, :index)}>
Account Settings
</.dropdown_item>
<.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>
<.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>
<.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>
<.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_item>
<.dropdown_divider />
Expand Down

0 comments on commit c2c8dec

Please sign in to comment.