Skip to content

Commit

Permalink
Fix display of Ray lifetime banner
Browse files Browse the repository at this point in the history
  • Loading branch information
jimirobaer committed Nov 29, 2024
1 parent 177c0a9 commit 7d2de19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class="{{ isset($first) && $first ? 'mb-12 py-6 md:-mt-8 md:py-10 md:z-10' : 'mb
@endisset

@if ($purchasable->id === 18)
<section class="-mx-8 mb-4 px-8 py-6 bg-trueblack text-white" role="banner">
<section class="mb-6 bg-trueblack" role="banner">
<div>
<h1 class="font-serif font-bold text-xl leading-tight">
<div class="text-yellow">Special offer</div>
Expand All @@ -25,7 +25,7 @@ class="{{ isset($first) && $first ? 'mb-12 py-6 md:-mt-8 md:py-10 md:z-10' : 'mb
</div>

@php
$expirationDate = \Carbon\Carbon::createFromFormat('Y-m-d H:i', '2022-11-29 09:00' );
$expirationDate = \Carbon\Carbon::createFromFormat('Y-m-d H:i', '2024-12-01 23:59' );
@endphp

<div
Expand Down

0 comments on commit 7d2de19

Please sign in to comment.