Skip to content

Commit

Permalink
Merge pull request #1 from learnbuddy/removing-"-"-on-index.html-button
Browse files Browse the repository at this point in the history
Removed "-" on Contribute button in index.html
  • Loading branch information
maximalmaxx authored Oct 24, 2024
2 parents b4d27fc + d78e5f8 commit f45330b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2>Advancing clipboards to infinity and beyond</h2>
<p>Launching soon! 🎉</p>
<div>
<button class="btn" onclick="goto('documentation/docs.html')">Documentation</button>
<button class="btn" onclick="goto('#contribute')">- Contribute -</button>
<button class="btn" onclick="goto('#contribute')">Contribute</button>
<button class="btn" onclick="goto('#download')">Download</button>
<button class="btn" onclick="goto('documentation/docs.html#features')">Features</button>
</div>
Expand Down Expand Up @@ -96,4 +96,4 @@ <h1>Contributing</h1>
</script>
</body>

</html>
</html>

0 comments on commit f45330b

Please sign in to comment.