Graphical update on tournamentbar

This commit is contained in:
Felix Albrigtsen 2022-04-27 10:34:18 +02:00
parent e14db4b382
commit 1f06ce1bba
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export default function TournamentBar(props) {
<ButtonLink targetPath="/manage" tournamentId={tournamentId} activeTitle={props.pageTitle} title="Edit Tournament" /> <ButtonLink targetPath="/manage" tournamentId={tournamentId} activeTitle={props.pageTitle} title="Edit Tournament" />
<ButtonLink targetPath="/teams" tournamentId={tournamentId} activeTitle={props.pageTitle} title="Manage Teams" /> <ButtonLink targetPath="/teams" tournamentId={tournamentId} activeTitle={props.pageTitle} title="Manage Teams" />
</Stack> </Stack>
<Stack direction="row" paddingBottom={'0.5%'} component={Stack}> <Stack direction="row" sx={{paddingBottom:'0.5%', width: '80%', margin: '0 auto'}} component={Stack} justifyContent="center">
<ClipboardButton clipboardContent={"https://discord.gg/asura"} name="Discord Invite Link" /> <ClipboardButton clipboardContent={"https://discord.gg/asura"} name="Discord Invite Link" />
<ClipboardButton clipboardContent={"https://asura.feal.no/tournament/" + tournamentId} name="Tournament Link" /> <ClipboardButton clipboardContent={"https://asura.feal.no/tournament/" + tournamentId} name="Tournament Link" />
</Stack> </Stack>