Skip to content

Commit

Permalink
virtual -> vii
Browse files Browse the repository at this point in the history
  • Loading branch information
jaismith committed Feb 4, 2022
1 parent 0fc52c9 commit eba65d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AboutBody.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ const renderer = ({ days, hours, minutes, seconds, completed }) => {
if (completed) {
return (
<div className='countdown'>
HackDartmouthVI is underway!
HackDartmouthVII is underway!
</div>
);
} else {
return (
<div>
<h1 className='countdownTitle'>
HackDartmouth VIrtual starts in:
HackDartmouth VII starts in:
</h1>
<div className='countdownContainer'>
<CountdownValue value={String(days).padStart(2, '0')} label='days' />
Expand Down

0 comments on commit eba65d4

Please sign in to comment.