mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
cleanup
This commit is contained in:
@@ -43,14 +43,14 @@ export default class TopBar extends React.Component<IProps, IState> {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div className="TopBar" id={'topBarContainer'} data-tauri-drag-region>
|
||||
<div className="TopBar" id="topBarContainer" data-tauri-drag-region>
|
||||
<div id="title">
|
||||
<span data-tauri-drag-region>
|
||||
<Tr text="main.title" />
|
||||
</span>
|
||||
<span data-tauri-drag-region id="version">{this.state?.version}</span>
|
||||
</div>
|
||||
<div className="TopBtns" id={'topBarButtonContainer'}>
|
||||
<div className="TopBtns" id="topBarButtonContainer">
|
||||
<div id="closeBtn" onClick={this.handleClose} className='TopButton'>
|
||||
<img src={closeIcon} alt="close" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user