generated from nhcarrigan/template
feat: use elysium avatar image for guild hall click button
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user