strike through big tech option

This commit is contained in:
Jiajun Xu
2025-09-01 13:26:42 -07:00
parent 92af7f9213
commit 7d22c335fd

View File

@ -11,7 +11,7 @@ const { title, bigTech, alternatives, bgClass } = Astro.props;
<div class={`border rounded-lg p-6 shadow-md ${bgClass} text-gray-900`}>
<h2 class="text-2xl font-semibold mb-4">{title}</h2>
<p class="text-xl mb-4">Big Tech Option: {bigTech}</p>
<p class="text-base mb-4"><span class="line-through">Big Tech Option: {bigTech}</span></p>
<ul class="space-y-4">
{alternatives.map(alt => (
<li>