mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Add ID to ThemeEditorButton
This commit is contained in:
parent
a26b9c8dcf
commit
5c0d76828f
@ -14,7 +14,7 @@ export function ThemeEditorButton({ router }: IProps): React.ReactElement {
|
||||
return (
|
||||
<>
|
||||
<Tooltip title="The theme editor allows you to modify the colors the game uses.">
|
||||
<Button startIcon={<ColorizeIcon />} onClick={() => setThemeEditorOpen(true)}>
|
||||
<Button id="bb-theme-editor-button" startIcon={<ColorizeIcon />} onClick={() => setThemeEditorOpen(true)}>
|
||||
Theme Editor
|
||||
</Button>
|
||||
</Tooltip>
|
||||
|
Loading…
Reference in New Issue
Block a user