feat: use elysium avatar image for guild hall click button

This commit is contained in:
2026-03-07 12:16:06 -08:00
committed by Naomi Carrigan
parent 25d4a11eeb
commit cddf4fa692
2 changed files with 15 additions and 4 deletions
+5 -1
View File
@@ -49,7 +49,11 @@ export const ClickArea = (): React.JSX.Element => {
type="button"
aria-label={`Click to earn ${formatNumber(clickPower)} gold`}
>
<img
alt="Guild Hall"
className="click-button-image"
src="https://cdn.nhcarrigan.com/avatars/elysium.png"
/>
</button>
{floats.map((float) => (
<span