Skip to content

Commit

Permalink
Cosmetica
Browse files Browse the repository at this point in the history
  • Loading branch information
nohumans committed Sep 19, 2022
1 parent dd6841d commit e8f7717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/day-of-week.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
style="min-width: 10rem;">

<p class="text-lg">
{{ $day->format('l') }}
{{ $day->isoformat('dddd') }}
</p>

</div>
2 changes: 1 addition & 1 deletion resources/views/day.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class="w-full h-full p-2 {{ $dayInMonth ? $isToday ? 'bg-yellow-100 dark:bg-seco

{{-- Number of Day --}}
<div class="flex items-center">
<p class="text-sm {{ $dayInMonth ? ' font-extrabold ' : '' }}">
<p class="text-xl {{ $dayInMonth ? ' font-extrabold ' : '' }}">
{{ $day->format('j') }}
</p>
{{--
Expand Down

0 comments on commit e8f7717

Please sign in to comment.