Skip to content

Commit

Permalink
Add margin to CRM link (plausible#4373)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerosol authored Jul 18, 2024
1 parent 1488683 commit feea062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plausible_web/templates/layout/_header.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Plausible.Auth.is_super_admin?(@conn.assigns[:current_user])
}>
<.styled_link
class="text-sm"
class="text-sm mr-6"
href={PlausibleWeb.Endpoint.url() <> "/crm/sites/site/#{@conn.assigns[:site].id}"}
new_tab={true}
>
Expand Down

0 comments on commit feea062

Please sign in to comment.