Added a welcome message to the rightbar in order to make it look more comfy

This commit is contained in:
Wehi
2023-05-10 01:57:36 +02:00
parent f508b3f0cf
commit 776aee0265
2 changed files with 63 additions and 7 deletions

View File

@@ -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>
)