Skip to content

Commit

Permalink
feat: add pending orders
Browse files Browse the repository at this point in the history
  • Loading branch information
phojie committed Jan 11, 2023
1 parent e6785fc commit d1889c1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions resources/js/components/Admin/AdminHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@ const sidebar = useSidebarStore()
</div>
<div class="flex items-center ml-4 md:ml-6">
<button
v-if="false"
type="button"
class="p-1 text-gray-400 bg-white rounded-full hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-primary-500 focus:ring-offset-2"
>
<span class="sr-only">View notifications</span>
<heroicons-bell class="w-6 h-6" aria-hidden="true" />
<span class="flex">
<heroicons-clipboard-document-list class="w-6 h-6" aria-hidden="true" />
<span class="ml-1">
5
</span>
</span>
</button>
<AppProfileMenu />
</div>
Expand Down

0 comments on commit d1889c1

Please sign in to comment.