Skip to content

Commit

Permalink
Revert "Update date-time references"
Browse files Browse the repository at this point in the history
This reverts commit 98879cd.
  • Loading branch information
driesvints committed Aug 23, 2020
1 parent 21815b5 commit d1fafc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
Germany
</td>
<td class="px-6 py-4 whitespace-no-wrap text-sm leading-5 text-gray-500">
<x-date-time :date="new Carbon\Carbon('2021-05-21')" human />
<x-carbon :date="new Carbon\Carbon('2021-05-21')" human />
</td>
<td class="px-6 py-4 whitespace-no-wrap text-right text-sm leading-5 font-medium">
<a href="#" class="text-indigo-600 hover:text-indigo-900">
Expand All @@ -69,7 +69,7 @@
Spain
</td>
<td class="px-6 py-4 whitespace-no-wrap text-sm leading-5 text-gray-500">
<x-date-time :date="new Carbon\Carbon('2021-06-14')" human />
<x-carbon :date="new Carbon\Carbon('2021-06-14')" human />
</td>
<td class="px-6 py-4 whitespace-no-wrap text-right text-sm leading-5 font-medium">
<a href="#" class="text-indigo-600 hover:text-indigo-900">
Expand All @@ -85,7 +85,7 @@
Australia
</td>
<td class="px-6 py-4 whitespace-no-wrap text-sm leading-5 text-gray-500">
<x-date-time :date="new Carbon\Carbon('2021-07-22')" human />
<x-carbon :date="new Carbon\Carbon('2021-07-22')" human />
</td>
<td class="px-6 py-4 whitespace-no-wrap text-right text-sm leading-5 font-medium">
<a href="#" class="text-indigo-600 hover:text-indigo-900">
Expand All @@ -101,7 +101,7 @@
United States
</td>
<td class="px-6 py-4 whitespace-no-wrap text-sm leading-5 text-gray-500">
<x-date-time :date="new Carbon\Carbon('2021-09-10')" human />
<x-carbon :date="new Carbon\Carbon('2021-09-10')" human />
</td>
<td class="px-6 py-4 whitespace-no-wrap text-right text-sm leading-5 font-medium">
<a href="#" class="text-indigo-600 hover:text-indigo-900">
Expand All @@ -117,7 +117,7 @@
France
</td>
<td class="px-6 py-4 whitespace-no-wrap text-sm leading-5 text-gray-500">
<x-date-time :date="new Carbon\Carbon('2021-10-25')" human />
<x-carbon :date="new Carbon\Carbon('2021-10-25')" human />
</td>
<td class="px-6 py-4 whitespace-no-wrap text-right text-sm leading-5 font-medium">
<a href="#" class="text-indigo-600 hover:text-indigo-900">
Expand Down

0 comments on commit d1fafc0

Please sign in to comment.