Skip to content

Commit

Permalink
fix: copies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgierada committed Jun 20, 2024
1 parent bfb21fe commit 476d980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ const Home = async () => {
<div className="flex flex-row items-center justify-center gap-20">
<ActionButton
variant="destructive"
toast_message="Ohno event successfully recorded"
cta_button="OhNo!"
toast_message="Sick event successfully recorded"
cta_button="Sick"
icon="biohazard"
/>
<ActionButton
variant="outline"
toast_message="Ohno event successfully recorded"
cta_button="All good"
toast_message="Recover event successfully recorded"
cta_button="Recover"
icon="activity"
/>
</div>
Expand Down

0 comments on commit 476d980

Please sign in to comment.