Skip to content

Commit 3e594df

Browse files
committed
fix(ui): update mobile menu
1 parent ce95c64 commit 3e594df

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

app/domain/web/templates/base/nav.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,8 @@
233233
</button>
234234
</div>
235235
<a href="#" class="-m-1.5 p-1.5">
236-
<span class="sr-only">Your Company</span>
237-
<img
238-
class="h-8 w-auto"
239-
src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600"
240-
alt=""
241-
/>
236+
<span class="sr-only">NIAPI Company</span>
237+
<img class="h-8 w-auto" src="/static/badge.png" alt="" />
242238
</a>
243239
<div class="flex flex-1 justify-end">
244240
<a

0 commit comments

Comments
 (0)