Skip to content

Commit

Permalink
Change p to div
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Nov 1, 2024
1 parent 6975b4b commit 02d0292
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const TransactionDetails: FunctionComponent<Props> = ({ transaction }) => {
)}
{unresolved && (
<>
<p>{t("transaction-went-wrong")}</p>
<div>{t("transaction-went-wrong")}</div>
<div className="flex gap-3">
<TransactionCancelButton
id={transaction.summary.id}
Expand Down

0 comments on commit 02d0292

Please sign in to comment.