Skip to content

Commit

Permalink
fix partners logos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexPopaCode4 committed Nov 13, 2024
1 parent ba5a74d commit 5db3600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/custom-sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</ul>

<ul class="fi-sidebar-nav-groups -mx-2 flex flex-col gap-y-7">
<img src="{{ asset('build/assets/eeirh-nqrmlOlv.png') }}" class="max-w-36">
<img src="{{ Vite::asset('resources/images/eeirh.png') }}" class="max-w-36">
</ul>

<ul class="fi-sidebar-nav-groups -mx-2 flex flex-col gap-y-7">
<img src="{{ asset('build/assets/code4romania-LOQwYSuZ.png') }}" class="max-w-36">
<img src="{{ Vite::asset('resources/images/code4romania.png') }}" class="max-w-36">
</ul>

0 comments on commit 5db3600

Please sign in to comment.