Remove decorative star icon from card overlay

Deleted the ✦ icon from the card overlay in index.ejs to simplify the UI and reduce visual clutter.
This commit is contained in:
Shni
2025-10-14 19:47:19 -05:00
parent 8f5beee709
commit e07a13b628

View File

@@ -55,7 +55,6 @@
<div class="relative flex-1 min-w-[240px] max-w-[320px]"> <div class="relative flex-1 min-w-[240px] max-w-[320px]">
<img src="/assets/images/snap1.svg" alt="card background" class="w-full h-auto" style="display: block;"> <img src="/assets/images/snap1.svg" alt="card background" class="w-full h-auto" style="display: block;">
<div class="absolute inset-0 flex flex-col items-center justify-center gap-2 py-4 px-4" style="min-height: 64px;"> <div class="absolute inset-0 flex flex-col items-center justify-center gap-2 py-4 px-4" style="min-height: 64px;">
<span class="text-xl" style="filter: drop-shadow(0 2px 4px rgba(255,179,71,0.4));">✦</span>
<div class="text-center"> <div class="text-center">
<p class="text-[10px] pixel-text-dim mb-1 uppercase tracking-widest font-semibold" style="text-shadow: 0 1px 2px rgba(0,0,0,0.5);">Actualizado</p> <p class="text-[10px] pixel-text-dim mb-1 uppercase tracking-widest font-semibold" style="text-shadow: 0 1px 2px rgba(0,0,0,0.5);">Actualizado</p>
<p class="text-sm font-bold text-white" style="text-shadow: 0 2px 4px rgba(0,0,0,0.5);"><%= currentDateHuman %></p> <p class="text-sm font-bold text-white" style="text-shadow: 0 2px 4px rgba(0,0,0,0.5);"><%= currentDateHuman %></p>