Skip to content

Commit 7ec712e

Browse files
committed
chore(fix): patch the missing static link in event reminders section
1 parent a243a71 commit 7ec712e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/home/templates/home/sections/event-goers-section.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ <h2 class="text-4xl md:text-5xl lg:text-6xl font-bold font-td_pinoy text-orange-
1818

1919
<!-- Reminder Content -->
2020
<div class="bg-[#FFF5EB] border border-[#F7C28A] rounded-3xl p-6 md:p-10 shadow-[0_18px_0_0_rgba(242,109,29,0.16)] md:shadow-[0_24px_0_0_rgba(242,109,29,0.16)] relative overflow-hidden">
21-
<div class="pointer-events-none absolute -top-10 -right-10 md:-top-8 md:-right-6 opacity-60">
22-
<img src="{% static 'img/vectors/icon-reminder.svg' %}" alt="" class="w-20 md:w-24 lg:w-28">
23-
</div>
2421
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-8 relative z-10">
2522
<!-- What to Bring (full-width) -->
2623
<div id="what-to-bring" class="border border-[#F7C28A] bg-[#FFF9F3] rounded-2xl p-4 md:p-5 md:col-span-2">
@@ -114,4 +111,3 @@ <h3 class="text-xl md:text-2xl font-bantayog text-brown-1 mb-3 flex items-center
114111
</div>
115112
</div>
116113
</section>
117-

0 commit comments

Comments
 (0)