Skip to content

Commit

Permalink
switch from sebastian gerske to umlaut games
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Oct 7, 2020
1 parent 5a2343f commit 11ea42e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Sebastian Gerske
Copyright (c) 2019-2020 Umlaut Games

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project builds on top of the work done in open source projects:
```
MIT License
Copyright (c) 2019 Sebastian Gerske
Copyright (c) 2019-2020 Umlaut Games
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"predeploy": "npm run build",
"deploy": "gh-pages -d build -b master -r [email protected]:craeftgame/craeftgame.github.io.git"
},
"author": "Sebastian Gerske",
"author": "Umlaut Games",
"license": "MIT",
"devDependencies": {
"create-react-app": "^3.3.0",
Expand Down
13 changes: 8 additions & 5 deletions src/components/pages/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,30 @@ export default class About extends Component {
<hr/>

<div className="rpgui-center">
Cräft! was made by Sebastian &quot;H34D&quot; Gerske
<a href="https://umlaut.games"
target="_linkedIn">
Cräft! was made by Umlaut Games
</a>
</div>

<hr/>

<div className="rpgui-center">
<a href="https://www.linkedin.com/in/sgerske/"
<a href="https://www.linkedin.com/company/umlaut-games/"
target="_linkedIn">
LinkedIn
</a>
</div>

<div className="rpgui-center">
<a href="https://twitter.com/sgerske"
<a href="https://twitter.com/UmlautGames"
target="_twitter">
Twitter
</a>
</div>

<div className="rpgui-center">
<a href="https://github.com/h34d"
<a href="https://github.com/umlaut-games"
target="_github">
GitHub
</a>
Expand All @@ -60,7 +63,7 @@ export default class About extends Component {

<div className="column">
Cräft! is open source,<br/> you can contribute&nbsp;
<a href="https://github.com/craeftgame/craeft"
<a href="https://github.com/craeftgame"
target="_cräft">
here
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/components/structure/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class Footer extends Component {
style={{
fontSize: "12px"
}}>
© 2019-2020 Sebastian Gerske — All Rights Reserved
© 2019-2020 Umlaut Games — All Rights Reserved
</div>

</div>
Expand Down

0 comments on commit 11ea42e

Please sign in to comment.