Simplify share modal
Build and push image / build (push) Successful in 1m21s

This commit is contained in:
alexandrev-tibco
2026-05-04 22:53:05 +02:00
parent 9feb7346d4
commit 1cd8d008f0
-3
View File
@@ -86,9 +86,6 @@ export default function ShareResult({ dateKey, locale, onClose, progress, quote,
</p>
<p className="mt-1 text-xs font-bold uppercase text-emerald-100/55">{quote.author}</p>
</div>
<pre className="mt-4 max-h-[38vh] overflow-auto whitespace-pre-wrap rounded-md bg-black/30 p-3 text-sm leading-6 text-white/85">
{shareText}
</pre>
</div>
</div>