]> _ Git - pmi.git/commitdiff
wip #3025 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 11 Sep 2019 14:25:49 +0000 (16:25 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 11 Sep 2019 14:25:49 +0000 (16:25 +0200)
resources/views/pages/home.blade.php

index 74da747c2f32e90eb91b9a46da5098dc45e1bcd6..622c2b48c0af0095e36fd2a69a0ac973c71d7b7f 100644 (file)
@@ -96,7 +96,7 @@
                         @foreach ($page->get('products_systems') as $highlight)
                             <div class="bg-white px-1v py-6 flex">
                                 <a class="animated-underline partial-underline flex flex-col justify-between w-full"
-                                   href="{{ $nav->getHrefById('product_type_'.$highlight['link']) }}">
+                                   href="{{ $nav->getHrefById('product_type/'.$highlight['link']) }}">
                                     <div class="flex items-center justify-center flex-grow">
                                         <img alt="{{$highlight['image']}}" class="mb-4"
                                              src="{{ $page->getImageURLByCollection($highlight['image']) }}">