diff --git a/src/components/CountdownTimer.jsx b/src/components/CountdownTimer.jsx index 15be5be..9ba8214 100644 --- a/src/components/CountdownTimer.jsx +++ b/src/components/CountdownTimer.jsx @@ -13,12 +13,12 @@ const DateTimeDisplay = ({ value, type, isDanger }) => { return (
-

{type !== 'Days' && :} {value.toString()}

+

{type !== 'Days' && :} {value.toString()}

- {type == 'Days' && {type}} - {type == 'Hours' && {type}} - {type == 'Minutes' && {type}} - {type == 'Minutes' || type=='Seconds' && {type}} + {type == 'Days' && {type}} + {type == 'Hours' && {type}} + {type == 'Minutes' && {type}} + {type == 'Minutes' || type=='Seconds' && {type}}
); }; diff --git a/src/components/Discord/Discord.jsx b/src/components/Discord/Discord.jsx index 318391a..78e19b6 100644 --- a/src/components/Discord/Discord.jsx +++ b/src/components/Discord/Discord.jsx @@ -22,7 +22,7 @@ function Discord() { }, []); return ( -
+