Skip to content

Commit

Permalink
Merge pull request #176 from multiverseweb/jency1-patch-5
Browse files Browse the repository at this point in the history
Update contributor.html
  • Loading branch information
jency1 authored Oct 18, 2024
2 parents 34eb69a + 987f7cc commit 3aaccec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/contributor.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Meet Our Contributors</h2>
<section id="contribute" class="cta">
<h2>Ready to Make an Impact?</h2>
<p>Join our community and help shape the future of Dataverse.</p>
<form id="subscribeForm">
<form id="subscribeForm" onsubmit="event.preventDefault(); window.location.href='https://github.com/multiverseweb/Dataverse';">
<button type="submit" class="btn btn-secondary">Join Community</button>
</form>
<div id="notification" class="notification hidden"></div>
Expand All @@ -41,4 +41,4 @@ <h2>Ready to Make an Impact?</h2>

<script src="contributor.js"></script>
</body>
</html>
</html>

0 comments on commit 3aaccec

Please sign in to comment.