diff --git a/src/components/AddPartyMemberButton.js b/src/components/AddPartyMemberButton.js index 6f1c69a..abe8900 100644 --- a/src/components/AddPartyMemberButton.js +++ b/src/components/AddPartyMemberButton.js @@ -30,10 +30,14 @@ function AddPartyMemberButton({ gameId }) { - + {gameId} + + + {window.location.href} + diff --git a/src/components/Nickname.js b/src/components/Nickname.js index 723fc36..8e4d3b8 100644 --- a/src/components/Nickname.js +++ b/src/components/Nickname.js @@ -1,5 +1,5 @@ import React, { useState } from "react"; -import { Text, Box, Input, Button, Label, IconButton } from "theme-ui"; +import { Text, Box, Input, Button, Label, IconButton, Flex } from "theme-ui"; import Modal from "./Modal"; @@ -70,15 +70,19 @@ function Nickname({ nickname, allowChanging, onChange }) { - + - + + +