Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harshk04 committed Mar 2, 2024
1 parent 92c1db1 commit 4173258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Bitbox/Timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const Card = ({ id, title, description, date }) => {
{title}
</chakra.h1>
<Text fontSize={descriptionFontSize}>{description}</Text>
{id===5?<div style={{color:'red',textDecorationLine:'underline'}}><a href='http://tinyurl.com/JIIT14Mar' target='_blank'>Register Here</a></div>:<></>}
{id===4?<div style={{color:'red',textDecorationLine:'underline'}}><a href='http://tinyurl.com/JIIT14Mar' target='_blank'>Register Here</a></div>:<></>}
{/* {id===2?<div style={{color:'red',textDecorationLine:'underline'}}><a href='http://tinyurl.com/JIIT2March' target='_blank'>Register Here</a></div>:<></>} */}
</VStack>
</Box>
Expand Down

0 comments on commit 4173258

Please sign in to comment.