Skip to content

Commit

Permalink
Remove voting text
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Jul 11, 2024
1 parent 48f7cf2 commit 9613b65
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions frontend/src/tabs/voting/Voting.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,6 @@ const Voting = (props) => {
{props.timeLeftInDay}
</p>
</div>
<div
style={{
display: 'flex',
justifyContent: 'center',
padding: '1.4rem 0.5rem'
}}
>
<p className='Text__small Voting__description'>
Check back tomorrow after the game ends to vote for the best NFTs.
</p>
</div>
</div>
)}
{!props.isLastDay && !props.gameEnded && (
Expand Down

0 comments on commit 9613b65

Please sign in to comment.