-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
334841e
commit 16a0f99
Showing
4 changed files
with
178 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"cSpell.words": ["Themprovider"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
import { Box, Typography } from "@mui/material"; | ||
import { Box, Button, ButtonGroup, Typography } from "@mui/material"; | ||
import * as React from "react"; | ||
import GitHubIcon from "@mui/icons-material/GitHub"; | ||
|
||
export default function Footer() { | ||
return ( | ||
<Box> | ||
<Typography> | ||
<a | ||
<ButtonGroup variant="outlined" aria-label="outlined button group"> | ||
<Button | ||
href="https://github.com/ItsukiKigoshi/itsukikigoshi.github.io" | ||
target="_blank" | ||
startIcon={<GitHubIcon />} | ||
> | ||
Source | ||
</a> | ||
・<a href="/salespolicy">特定商取引法に基づく表記</a> | ||
</Typography> | ||
</Button> | ||
・<Button href="/salespolicy">特定商取引法に基づく表記</Button> | ||
</ButtonGroup> | ||
</Box> | ||
); | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters