Rearrange the stratagem popup to prioritize the Expert Analysis section, making it the first or only text displayed. This change reflects the existing information on the choice cards, which already show the Strategy Overview and Expected Impact.
[skip gpt_engineer]
Этот коммит содержится в:
gpt-engineer-app[bot] 2024-12-15 13:02:29 +00:00
родитель e71acced8d
Коммит cf19dd256d

Просмотреть файл

@ -422,22 +422,10 @@ const Index = () => {
className="mb-6"
/>
)}
<div className="space-y-4">
<div>
<h3 className="text-yellow-500 font-semibold mb-2">Strategy Overview:</h3>
<p className="text-gray-300">{selectedChoice?.description}</p>
</div>
<div>
<h3 className="text-yellow-500 font-semibold mb-2">Expected Impact:</h3>
<p className="text-gray-300">{selectedChoice?.impact}</p>
</div>
<div>
<h3 className="text-yellow-500 font-semibold mb-2">Expert Analysis:</h3>
<p className="text-gray-300">{selectedChoice?.explainer}</p>
</div>
</div>
<div className="flex justify-center pt-4">
<Button