diff --git a/src/CountdownTimer.js b/src/CountdownTimer.js index fd48ec2..44f9261 100644 --- a/src/CountdownTimer.js +++ b/src/CountdownTimer.js @@ -7,7 +7,7 @@ import Container from 'react-bootstrap/Container'; import Row from 'react-bootstrap/Row'; import Col from 'react-bootstrap/Col'; import Card from 'react-bootstrap/Card'; -import Button from 'react-bootstrap/Button'; + // Create a CountdownTimer component and add variables to hold the days, hours, minutes, and seconds values returned from the useCountdown hook const CountdownTimer = ({ targetDate }) => { @@ -22,7 +22,7 @@ const CountdownTimer = ({ targetDate }) => {

Countdown to Tom's Retirement

- + {days + hours + minutes + seconds <= 0 ? (