Skip to content

Commit

Permalink
Add success video iframe to CrucialActions component
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Dec 28, 2023
1 parent d394e07 commit 0dd9e54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/CrucialActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ export default function () {
You did something with $AMENO successfully!
</div>
)}
{actionSuccess && (
<iframe
width="560"
height="315"
src="https://www.youtube-nocookie.com/embed/t6isux5XWH0?si=2yL-WTSQtQRKQndX"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
></iframe>
)}
{error && (
<div role="alert" class="alert alert-error break-all">
{error}
Expand Down

0 comments on commit 0dd9e54

Please sign in to comment.