1
0
mirror of https://github.com/uetchy/namae.git synced 2025-07-01 22:10:04 +09:00

chore: fix typo

This commit is contained in:
uetchy 2019-09-01 13:23:28 +09:00
parent ff33c0b2d7
commit 0d3a1de15e
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ export default function Footer() {
const { t } = useTranslation()
return (
<Contaienr>
<Container>
<Box>
<p>
Made with{' '}
@ -49,11 +49,11 @@ export default function Footer() {
</span>
</a>
</Box>
</Contaienr>
</Container>
)
}
const Contaienr = styled.div`
const Container = styled.div`
display: flex;
flex-direction: column;
align-items: center;

View File

@ -18,8 +18,8 @@ import {
} from 'react-icons/fa'
import { IoIosBeer } from 'react-icons/io'
import { DiRust, DiHeroku } from 'react-icons/di'
import { SpectrumIcon, NowIcon } from './Icons'
import { SpectrumIcon, NowIcon } from './Icons'
import { mobile } from '../util/css'
export default function Welcome() {