feat: replace ? button with hint type icons in ActorPopover
This commit is contained in:
@@ -30,6 +30,8 @@ export default function GameGrid({ grid, width, middle }) {
|
||||
pos={row.pos}
|
||||
colStart={middle - row.pos}
|
||||
totalWidth={width}
|
||||
hintType={row.hintType}
|
||||
hintText={row.hintText}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user