Skip to content

Commit

Permalink
fix: remove residual free play lobby reference
Browse files Browse the repository at this point in the history
  • Loading branch information
alee committed Nov 17, 2023
1 parent 36fa48f commit f3c673a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@
<h1 class="section-title mb-3">Community</h1>
<p class="text mb-3">
Discuss the game, find a game to play, or connect with other players in our
<a :href="constants.DISCORD_URL">community Discord</a> or by joining a room in our
<b-link :to="freePlayLobby">free play lobby</b-link> and using the built-in chat.
<a :href="constants.DISCORD_URL">community Discord</a>.
</p>
<p class="text mb-3">
Keep track of your performance with your
<b-link :to="gameStats">personal stats page</b-link> and visit the
<b-link :to="leaderboard">full leaderboard</b-link>
<b-link :to="gameStats">personal stats page</b-link>
or check out the
<b-link :to="leaderboard">leaderboard</b-link>
to see how you stack up against other players.
</p>
</b-col>
Expand Down

0 comments on commit f3c673a

Please sign in to comment.