strike through big tech option
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user