mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 17:44:43 +03:00
Use home dest in navbar
This commit is contained in:
parent
074e895204
commit
869b11296c
@ -19,7 +19,7 @@
|
||||
<nav class="relative flex items-center justify-between sm:h-10 md:justify-center">
|
||||
<div class="flex items-center flex-1 md:absolute md:inset-y-0 md:left-0">
|
||||
<div class="flex items-center justify-between">
|
||||
<a href="/"><%= img_tag(PlausibleWeb.Router.Helpers.static_path(@conn, "/images/icon/plausible_logo.png"), class: "h-8 w-auto sm:h-10 -mt-2", alt: "Plausible logo") %></a>
|
||||
<a href="<%= home_dest(@conn) %>"><%= img_tag(PlausibleWeb.Router.Helpers.static_path(@conn, "/images/icon/plausible_logo.png"), class: "h-8 w-auto sm:h-10 -mt-2", alt: "Plausible logo") %></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="absolute flex items-center justify-end inset-y-0 right-0">
|
||||
|
Loading…
Reference in New Issue
Block a user