Deleted the welcome message cause my friends said it sucks

This commit is contained in:
Wehi
2023-05-10 02:31:42 +02:00
parent f4b8cdf732
commit 9dcaea7e5b
4 changed files with 3 additions and 25 deletions

View File

@@ -24,13 +24,7 @@ export default class RightBar extends React.Component {
<div className="BarGithub BarImg" id="rightBarButtonGithub" onClick={() => this.openInBrowser(GITHUB)}>
<img src={Github} />
</div>
<div>
<div className="WelcomeDiv">
<span className='WelcomeMessage magic-text'>Welcome to Cultivation!</span>
</div>
</div>
</div>
</div>
)