This commit is contained in:
2025-12-30 17:10:59 +01:00
parent 4458a8c5be
commit de22f258ae

View File

@@ -573,7 +573,7 @@ export default function App() {
barRadius={9}
/>
<button onClick={card.action} className="mt-4 text-xs text-teal-600 underline">
<button onClick={() => openInTryton("sale.sale", undefined, "tree")} className="mt-4 text-xs text-teal-600 underline">
View details
</button>
</Card>