Skip to content

Commit

Permalink
Merge pull request #114 from IEEE-RVCE/newMembershipLink
Browse files Browse the repository at this point in the history
new link for memerbship
  • Loading branch information
SundarakrishnanN authored Dec 24, 2023
2 parents 68f21c9 + 962959b commit ea40a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MembershipPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ export default function MembershipPage() {
</Button>
</HashLink> */}
{/* <Button size='large' className={classes.button} style={{ margin: "auto", color: "white", backgroundColor: "green" }} onClick={() => { setStart(true); window.location.href = window.location.href + '/1' }}>Become a member now!! </Button> */}
<a href="https://bit.ly/IeeeRvceMembership" target="_blank" rel="noreferrer">
<a href="https://bit.ly/MembershipIeeeRvce" target="_blank" rel="noreferrer">
<Button
style={{
margin: '1rem',
Expand Down

0 comments on commit ea40a75

Please sign in to comment.