Skip to content

Commit

Permalink
Banner Text update and Button Text Update
Browse files Browse the repository at this point in the history
  • Loading branch information
imanishbarnwal committed Jun 28, 2024
1 parent c94d430 commit 769235b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/private/landing/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Landing = () => {
Join Discord
</Button>
<Button type="solid" isDisabled={true}>
Register Now
Closed Now
</Button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/private/marquee/Marquee.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Marquee() {

const paragraphs = [];
for (let i = 0; i < numParagraphs; i++) {
paragraphs.push(<p key={i}> Hack4Bengal 3.0 Registrations Are Closed!</p>);
paragraphs.push(<p key={i}> Hack4Bengal 3.0 is Live!</p>);
}

return (
Expand Down

0 comments on commit 769235b

Please sign in to comment.