view: Removed online tictactoe and put it in single Matchmaking view

This commit is contained in:
Namonay
2024-03-22 13:36:47 +01:00
parent ada683327d
commit eb58da25a6
2 changed files with 26 additions and 4 deletions

View File

@ -12,7 +12,6 @@ export default class extends AbstractAuthenticatedView {
<h1>${lang.get('homeTitle', 'Home')}</h1>
<a href="/matchmaking" data-link>${lang.get('homeOnline', 'Play online')}</a>
<a href="/games/offline" data-link>${lang.get('homeOffline', 'Play offline')}</a>
<a href="/tictactoeonline" data-link>${lang.get('ticTacToeOnline')}</a>
<a href="/tictactoe" data-link>${lang.get('ticTacToe')}</a>
<a href="/settings" data-link>${lang.get('homeSettings', 'Settings')}</a>
<a href="/logout" data-link>${lang.get('homeLogout', 'Logout')}</a>