Add a no-op button to copy the game link to the user's clipboard
This commit is contained in:
parent
3f96b97194
commit
018ae4fe06
1 changed files with 6 additions and 0 deletions
|
|
@ -61,6 +61,12 @@ onDestroy(() => {
|
||||||
<main>
|
<main>
|
||||||
<div>
|
<div>
|
||||||
<h1>Gravwell</h1>
|
<h1>Gravwell</h1>
|
||||||
|
<SciFiButton
|
||||||
|
width="69%"
|
||||||
|
on:click={tempButtonHandler}
|
||||||
|
>
|
||||||
|
Copy Game Link
|
||||||
|
</SciFiButton>
|
||||||
<div class="sci-fi-box">
|
<div class="sci-fi-box">
|
||||||
<h2>Players</h2>
|
<h2>Players</h2>
|
||||||
<div class="player-box">
|
<div class="player-box">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue