Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GetSwastik authored and GetSwastik committed Sep 24, 2019
1 parent 27c864c commit 221d696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/templates/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="swiper-wrapper">
@forelse($frameworks as $framework)
<div class="swiper-slide">
<a class="slider-category" href="{{route('framework.template', $framework->name)}}">
<a class="slider-category">
<v-img src="/uploads/brands/{{$framework->image}}" alt="Bybu.cc:{{$framework->name}}"></v-img>
</a>
</div>
Expand Down

0 comments on commit 221d696

Please sign in to comment.