Refactor: Simplify seizure text, change status to DOWN, remove reason

This commit is contained in:
2025-11-21 11:52:11 -08:00
parent 5a4d6521e6
commit 4e9099209a

View File

@@ -21,7 +21,7 @@
<div class="flex flex-col items-center justify-evenly flex-grow p-4 w-full max-w-5xl mx-auto text-center h-full">
<h2 class="text-white font-bold text-sm md:text-xl max-w-2xl leading-snug px-4">
The 4ev.link Abuse Prevention System has seized this destination as part of an automated action taken against suspicious URLs.
The 4ev.link Abuse Prevention System has seized this destination as part of an action taken against suspicious URLs.
</h2>
<!-- Badge: Link Behind Bars (Responsive Size) -->
@@ -61,14 +61,10 @@
</div>
<!-- Status Details -->
<div class="flex flex-row gap-8 md:gap-16 border-t border-slate-800/50 pt-4 md:pt-8">
<div class="border-t border-slate-800/50 pt-4 md:pt-8 w-full flex justify-center">
<div class="flex flex-col items-center gap-1 md:gap-2">
<span class="font-bold text-[#C5A059] uppercase tracking-widest text-[10px] md:text-sm">Status</span>
<span class="text-red-500 font-black bg-red-950/40 px-2 py-0.5 md:px-4 md:py-1 border border-red-900/50 rounded text-xs md:text-base">SUSPENDED</span>
</div>
<div class="flex flex-col items-center gap-1 md:gap-2">
<span class="font-bold text-[#C5A059] uppercase tracking-widest text-[10px] md:text-sm">Reason</span>
<span class="text-slate-200 font-medium text-xs md:text-base">Allegedly Malicious</span>
<span class="text-red-500 font-black bg-red-950/40 px-6 py-0.5 md:py-1 border border-red-900/50 rounded text-xs md:text-base uppercase">DOWN</span>
</div>
</div>