File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121 <div class =" container mx-auto" >
2222 <div class =" px-4 lg:px-0 lg:mx-48" >
2323 <div class =" relative w-full bg-center bg-gray-800 p-6 lg:p-8 z-10" >
24- <img class =" absolute w-full h-full left-0 top-0 object-cover -z-10"
25- src =" {{ $article -> heroImage (2000 ,384 ) } }"
26- alt =" Article Hero Image"
27- onerror ="
28- this.onerror=null
29- this.src='{{ asset (' images/default-background.svg' ) } } '"
30- >
31- <div class =" absolute inset-0 bg-gradient-to-b from-black/40 to-black/40 -z-10" ></div >
24+ <img class =" absolute w-full h-full left-0 top-0 object-cover -z-10"
25+ src =" {{ $article -> heroImage (2000 ,384 ) } }"
26+ alt =" Article Hero Image"
27+ onerror ="
28+ this.onerror=null
29+ this.src='{{ asset (' images/default-background.svg' ) } } '"
30+ >
31+ <div class =" absolute inset-0 bg-gradient-to-b from-black/40 to-black/40 -z-10" ></div >
3232 <div class =" flex items-center justify-between mb-28 text-sm lg:text-base" >
3333 <a href =" {{ route (' articles' ) } }" class =" flex items-center text-white hover:underline" >
3434 <x-heroicon-s-arrow-left class =" w-4 h-4 fill-current" />
You can’t perform that action at this time.
0 commit comments