Skip to content

Commit

Permalink
updated confirm message
Browse files Browse the repository at this point in the history
  • Loading branch information
ginny100 committed Dec 29, 2024
1 parent 5387ef2 commit 0481fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/popup/src/components/ConfirmDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const ConfirmDialog = ({ isOpen, onConfirm, onCancel }: ConfirmDialogProps) => {
<div className="fixed inset-0 z-50 flex items-center justify-center bg-black/50">
<div className="w-80 rounded-xl bg-white p-6 text-center shadow-lg">
<div className="mb-4 text-4xl">🪷</div>
<h2 className="mb-6 text-xl font-bold">Timer is still running. Are you sure you want to go back?</h2>
<h2 className="mb-6 text-xl font-bold">Timer is still running. Are you sure you want to go back and cancel the whole progress?</h2>
<div className="flex justify-center gap-4">
<button
onClick={onCancel}
Expand Down

0 comments on commit 0481fc2

Please sign in to comment.