mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +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 (
|
return (
|
||||||
<>
|
<>
|
||||||
<Tooltip title="The theme editor allows you to modify the colors the game uses.">
|
<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
|
Theme Editor
|
||||||
</Button>
|
</Button>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
Loading…
Reference in New Issue
Block a user