mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-20 01:26:12 -05:00
Minor padding tweak
This commit is contained in:
parent
d82f0d7744
commit
06f9fa2811
|
|
@ -124,7 +124,7 @@ export default function JoinTeamPage() {
|
|||
const data = useLoaderData<Data>();
|
||||
|
||||
return (
|
||||
<div className="tournament__join-team">
|
||||
<div>
|
||||
<Contents data={data} />
|
||||
</div>
|
||||
);
|
||||
|
|
@ -164,6 +164,7 @@ function Contents({ data }: { data: Data }) {
|
|||
return (
|
||||
<>You are already a member of {data.teamName} for this tournament.</>
|
||||
);
|
||||
// TODO: when logging in invite code disappears
|
||||
case "OK":
|
||||
return (
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
.tournament__join-team {
|
||||
padding-block-start: var(--s-4);
|
||||
}
|
||||
|
||||
.tournament__join-team__buttons {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user