Skip to content

Commit

Permalink
admin future matches
Browse files Browse the repository at this point in the history
  • Loading branch information
mariansam committed Jun 22, 2023
1 parent 482b399 commit b6d0ca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/admin/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { GoalRow } from '../../components/goal-row';
import { useGameLogic, PAGE_STYLE } from '../../logic';
import { useAdminLogic } from '../../admin-logic';
import { AdminGoalInput } from '../../components/admin/goal-input';
import { FutureMatches } from '../../components/future-matches';

const vsInlineStyle: React.CSSProperties = {
marginTop: 'auto',
Expand Down Expand Up @@ -155,6 +156,7 @@ export const AdminHomePage: React.FC = () => {
</Table>
</Card>
)}
<FutureMatches limit={6} />
<Button variant="danger" onClick={() => actions.signOut()}>log out</Button>
</div>
);
Expand Down

0 comments on commit b6d0ca5

Please sign in to comment.