Skip to content

Commit d305f70

Browse files
committed
removed techs
1 parent ece0203 commit d305f70

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

lib/liveview_pwa_web/components/layouts/app.html.heex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header class="px-4 sm:px-6 lg:px-8">
22
<div class="flex items-center justify-between border-b border-zinc-100 py-3 text-sm">
33
<div class="relative flex items-center gap-4">
4-
<button
4+
<!-- <button
55
id="hamburger-menu"
66
type="button"
77
class="flex flex-col justify-center items-center w-8 h-8 space-y-1 hover:bg-gray-100 rounded transition-colors duration-200 group"
@@ -13,8 +13,11 @@
1313
<.icon name="hero-bars-3" />
1414
</button>
1515
<LiveviewPwaWeb.Techs.display />
16+
-->
1617
<div>
17-
<.link id="login-link" alt="login" aria-label="login" href={~p"/"}><.icon name="hero-home" class="h-5 w-5" /></.link>
18+
<.link id="login-link" alt="login" aria-label="login" href={~p"/"}>
19+
<.icon name="hero-home" class="h-5 w-5" />
20+
</.link>
1821
</div>
1922
</div>
2023
<div class="text-lg font-semibold leading-6 text-zinc-900 flex items-center gap-4">
@@ -49,4 +52,3 @@
4952
</div>
5053
{@inner_content}
5154
</main>
52-

0 commit comments

Comments
 (0)