merge: integrar main (MAN-139) na branch de modalidades
Resolve conflito em PackageContactLink: mantém forOrientation do main e a mensagem de orientação da Ata. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -69,9 +69,9 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@php($guidanceLink = \App\Support\PackageContactLink::forGuidance($settings))
|
||||
@php($bandHref = filled($bandCtaHref) ? $bandCtaHref : $guidanceLink['href'])
|
||||
@php($bandIsWhatsapp = ! filled($bandCtaHref) && $guidanceLink['isWhatsapp'])
|
||||
@php($orientationLink = \App\Support\PackageContactLink::forOrientation($settings))
|
||||
@php($bandHref = filled($bandCtaHref) ? $bandCtaHref : $orientationLink['href'])
|
||||
@php($bandIsWhatsapp = ! filled($bandCtaHref) && $orientationLink['isWhatsapp'])
|
||||
<div class="mt-6 flex flex-col justify-between gap-8 bg-amare-accent-deep p-8 text-amare-accent-text md:flex-row md:items-center md:p-12" data-reveal data-reveal-from="up">
|
||||
<div class="max-w-xl space-y-3">
|
||||
<h3 class="text-[clamp(1.5625rem,2.7vw,2.125rem)] font-medium leading-tight">Ainda não sabe qual modalidade é ideal?</h3>
|
||||
|
||||
Reference in New Issue
Block a user