summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/src/containers/home.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/frontend/src/containers/home.js b/frontend/src/containers/home.js
index 52a48a82..e70fc867 100644
--- a/frontend/src/containers/home.js
+++ b/frontend/src/containers/home.js
@@ -23,9 +23,6 @@ class HomePage extends Component {
onChange={(e) => this._username = e.target.value}
onClick={this.play}
/>
- <Link to="/games">/games</Link>
- <br />
- <Link to="/somewhere">Take me somewhere</Link>
</div>
)
}
bgstack15