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:
parent
ff33c0b2d7
commit
0d3a1de15e
@ -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;
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user