Skip to content

Commit

Permalink
Dashboard orders fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 16, 2024
1 parent 4574f2b commit ca53885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class="text-white border border-white p-2 px-4 rounded-lg hover:text-white">View
<!-- Line Break -->
<hr class="mt-10 border-t-2 rounded-lg border-gray-100">

<div class="mt-6 md:mt-8 md:px-2 center w-full text-white">
<div class="mt-6 md:mt-8 md:px-2 center flex-col w-full text-white">
<!-- If there are no orders show an icons and message and button to create an order -->
@if($orders->isEmpty())
<div class="center w-full h-full flex-col">
Expand All @@ -80,7 +80,7 @@ class="btn btn-md btn-ghost ring ring-gray-50 mt-6">
</div>
</div>
@else
<div class="text-xl flex justify-between items-center font-semibold">
<div class="text-xl flex w-full justify-between items-center font-semibold">
Previous Orders
<i class="fas btn btn-circle btn-sm bg-white text-blue-500 btn-ghost hover:text-white hover:ring ring-white fa-calendar-alt"></i>
</div>
Expand Down

0 comments on commit ca53885

Please sign in to comment.