Skip to content

Commit

Permalink
Update auctions-toolbar.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
maranmaran authored May 29, 2024
1 parent fb379b6 commit 19821e7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<mat-toolbar class="h-10 flex flex-row justify-between" color="primary">
<!-- <div id="actions" class="flex flex-row w-32">
<button class="hidden lg:flex" mat-icon-button [matMenuTriggerFor]="navMenu" matTooltip="Navigacija">
<div id="actions" class="flex flex-row w-32">
<!-- <button class="hidden lg:flex" mat-icon-button [matMenuTriggerFor]="navMenu" matTooltip="Navigacija">
<mat-icon>menu</mat-icon>
</button>
<mat-menu #navMenu="matMenu">
Expand Down Expand Up @@ -31,8 +31,8 @@
<ng-container
*ngTemplateOutlet="navBtn; context: { icon: 'volunteer_activism', route: '/aukcije', name: 'Aukcije' }"
></ng-container>
</span>
</div> -->
</span> -->
</div>

<div
id="logo"
Expand Down

0 comments on commit 19821e7

Please sign in to comment.