Skip to content

Commit

Permalink
fix donation path
Browse files Browse the repository at this point in the history
since we currently do not have anything set up for people to do that yet i just made it a alert box telling users it's coming soon
  • Loading branch information
Varrience authored Dec 23, 2024
1 parent 22f8b82 commit febce31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2>Hot Forum Topics</h2>
<a href="/updates">Announcements</a>
<a href="/userlist">User List</a>
${(data.user.role === "Admin" ? `<a href="/admin">Admin List</a>`: "")}
<a href="/donate">Donate</a>
<a href="javascript:alert('Not availible yet, we appreciate your support!');location.reload()"> Donate </a>
`;
})();
</script>
Expand Down

0 comments on commit febce31

Please sign in to comment.