This commit is contained in:
Thomas G 2022-08-28 12:54:21 +10:00
parent 2b8dd92ca3
commit 850c1b86c4
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
@endsection
@section('alert')
<div id="alert">Note that this page does not support joining yet. If you would like to play your own game that you are currently hosting, <a onclick="openClientPopup('localhost','53640',null,'join')">click here</a>.</div>
<div id="alert">Note that this page does not support joining yet. If you would like to play your own game that you are currently hosting, <a style="cursor: pointer;" onclick="openClientPopup('localhost','53640',null,'join')">click here</a>.</div>
@endsection
@section('content')

View File

@ -10,7 +10,7 @@
@endsection
@section('alert')
<div id="alert">Note that this page does not support joining yet. If you would like to play your own game that you are currently hosting, <a onclick="openClientPopup('localhost','53640',null,'join')">click here</a>.</div>
<div id="alert">Note that this page does not support joining yet. If you would like to play your own game that you are currently hosting, <a style="cursor: pointer;" onclick="openClientPopup('localhost','53640',null,'join')">click here</a>.</div>
@endsection
@section('content')