mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
Added a welcome message to the rightbar in order to make it look more comfy
This commit is contained in:
@@ -24,6 +24,10 @@ export default class RightBar extends React.Component {
|
||||
<div className="BarGithub BarImg" id="rightBarButtonGithub" onClick={() => this.openInBrowser(GITHUB)}>
|
||||
<img src={Github} />
|
||||
</div>
|
||||
<div>
|
||||
<span className='WelcomeMessage magic-text'>Welcome to Cultivation!</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user