generated from nhcarrigan/template
feat: add donate/discord nav buttons and fix runestone display
Adds Donate and Discord link buttons to the resource bar nav. Also fixes a display discrepancy where the resource bar showed resources.runestones (always 0) instead of the actual prestige runestone balance from prestige.runestones. ✨ This feature was implemented with help from Hikari~ 🌸
This commit is contained in:
@@ -61,6 +61,7 @@ export const GameLayout = (): React.JSX.Element => {
|
||||
<div className="game-layout">
|
||||
<ResourceBar
|
||||
resources={state.resources}
|
||||
runestones={state.prestige.runestones}
|
||||
prestigeCount={state.prestige.count}
|
||||
profileUrl={profileUrl}
|
||||
onEditProfile={() => { setEditingProfile(true); }}
|
||||
|
||||
Reference in New Issue
Block a user