Skip to content

Commit

Permalink
[2.0] fix: Fix error file.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Nov 11, 2024
1 parent 0fa0576 commit 23b554a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 213 deletions.
101 changes: 0 additions & 101 deletions packages/Webkul/Admin/src/Resources/assets/images/dark-error.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@ class="hover:underlsine text-sm font-semibold text-blue-600 transition-all"
</div>

<div class="w-full">
<img
src="{{
request()->cookie('dark_mode')
? vite()->asset('images/dark-error.svg')
: vite()->asset('images/error.svg')
}}"
/>
<img src="{{ vite()->asset('images/error.svg') }}" />
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 23b554a

Please sign in to comment.