stripe integration

This commit is contained in:
Steve Androulakis
2025-01-04 12:48:34 -08:00
parent c353090e52
commit 1f84fc37ea
7 changed files with 271 additions and 18 deletions

View File

@@ -8,9 +8,6 @@ export default function ConfirmInline({ data, confirmed, onConfirm }) {
return (
<div className="mt-2 p-2 border border-gray-400 dark:border-gray-600 rounded bg-gray-50 dark:bg-gray-800">
<div className="text-sm text-gray-600 dark:text-gray-300">
<div>
<strong>Tool:</strong> {tool ?? "Unknown"}
</div>
<div>
<strong>Tool:</strong> {tool ?? "Unknown"}
</div>