Skip to content

Commit

Permalink
refactor: notification type changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Valik3201 committed Nov 23, 2023
1 parent 761223a commit 82f7273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/02-timer.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const options = {
hour12: false,
}).format(countdown.selectedDate);

Notiflix.Notify.success(`Selected Date: ${formattedDate}`);
Notiflix.Notify.info(`Selected Date: ${formattedDate}`);
} else {
startBtn.disabled = true;
resetBtn.disabled = true;
Expand Down

0 comments on commit 82f7273

Please sign in to comment.