add github button

This commit is contained in:
Calli
2023-06-23 21:32:26 +03:00
parent b3abfe0574
commit 808d983bd1
3 changed files with 17 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ import { AccessToken } from "@/types";
import { CharacterContext } from "../context/Context";
import { DowloadButton } from "./Backup/DowloadButton";
import { DiscordButton } from "./Discord/DiscordButton";
import { GitHubButton } from "./Github/GitHubButton";
interface Grouped {
[key: string]: AccessToken[];
@@ -28,6 +29,7 @@ export const MainGrid = ({ sessionReady }: { sessionReady: boolean }) => {
<LoginButton />
<DowloadButton />
<DiscordButton />
<GitHubButton />
</Stack>
</Grid>
</Grid>