Skip to content

Commit

Permalink
Update unsplash components
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 26, 2020
1 parent d1fafc0 commit bfe964a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class="absolute top-0 inset-x-0 p-2 transition transform origin-top-right md:hid
</div>
</div>
<div class="lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2">
<x-unsplash photo-id="ONpGBpns3cs" class="h-56 w-full object-cover sm:h-72 md:h-96 lg:w-full lg:h-full"/>
<x-unsplash photo="ONpGBpns3cs" class="h-56 w-full object-cover sm:h-72 md:h-96 lg:w-full lg:h-full"/>
</div>
</div>

Expand Down Expand Up @@ -158,7 +158,7 @@ class="form-input block w-full pr-10 sm:text-xl sm:leading-8"
<div class="mt-12 grid gap-5 max-w-lg mx-auto lg:grid-cols-3 lg:max-w-none">
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden">
<div class="flex-shrink-0 relative">
<x-unsplash photo-id="iFtuhgn7fYs" class="h-48 w-full object-cover"/>
<x-unsplash photo="iFtuhgn7fYs" class="h-48 w-full object-cover"/>

<button class="absolute top-0 right-0 mt-2 mr-2 p-2 rounded-md text-gray-400 bg-gray-100 bg-opacity-50 hover:text-red-500 hover:bg-gray-100 hover:bg-opacity-100 focus:outline-none focus:bg-gray-100 focus:text-red-500 transition duration-150 ease-in-out">
<x-heroicon-s-heart class="h-6 w-6"/>
Expand All @@ -184,7 +184,7 @@ class="form-input block w-full pr-10 sm:text-xl sm:leading-8"
</div>
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden">
<div class="flex-shrink-0 relative">
<x-unsplash photo-id="wh-7GeXxItI" class="h-48 w-full object-cover"/>
<x-unsplash photo="wh-7GeXxItI" class="h-48 w-full object-cover"/>

<button class="absolute top-0 right-0 mt-2 mr-2 p-2 rounded-md text-gray-400 bg-gray-100 bg-opacity-50 hover:text-red-500 hover:bg-gray-100 hover:bg-opacity-100 focus:outline-none focus:bg-gray-100 focus:text-red-500 transition duration-150 ease-in-out">
<x-heroicon-s-heart class="h-6 w-6"/>
Expand All @@ -210,7 +210,7 @@ class="form-input block w-full pr-10 sm:text-xl sm:leading-8"
</div>
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden">
<div class="flex-shrink-0 relative">
<x-unsplash photo-id="t9Td0zfDTwI" class="h-48 w-full object-cover"/>
<x-unsplash photo="t9Td0zfDTwI" class="h-48 w-full object-cover"/>

<button class="absolute top-0 right-0 mt-2 mr-2 p-2 rounded-md text-gray-400 bg-gray-100 bg-opacity-50 hover:text-red-500 hover:bg-gray-100 hover:bg-opacity-100 focus:outline-none focus:bg-gray-100 focus:text-red-500 transition duration-150 ease-in-out">
<x-heroicon-s-heart class="h-6 w-6"/>
Expand Down

0 comments on commit bfe964a

Please sign in to comment.