Skip to content

Commit

Permalink
Fix menu
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Jun 12, 2024
1 parent 08e0f05 commit d276e0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/math-frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<button id="show-hide-menu-button"><span></span></button>
</div>
<div id="main-menu-area">
<a id="main-menu-area-inner">
<div id="main-menu-area-inner">
<a href="?page=math">Math</a><a href="..">Xivgear</a><a href="" id="settings-button">Settings</a><!-- <a href="." id="dev-menu-button">Dev Menu</a>--><a href="https://github.com/xiv-gear-planner/gear-planner/" id="github-button" target="_blank">GitHub</a><a href="https://ko-fi.com/wynnxiv" id="kofi-button" target="_blank">Ko-Fi</a>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions packages/math-frontend/src/scripts/mathpage/formulae.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ const hasteVar = {
// TODO: piety
// TODO: fix weapon damage
// TODO: get comments out of the formulae
// TODO: better landing page
// TODO: social media previews
export function registerFormulae() {
registerFormula<{
'mainstat': number
Expand Down

0 comments on commit d276e0c

Please sign in to comment.