mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
chore: fix typo
This commit is contained in:
parent
d29f2ceffc
commit
c30e592ad1
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "Grab a slick name for your new app",
|
||||
"description": "Check availability of your new project for major registries at once.",
|
||||
"description": "Check availability for your new app name ideas across major registries at once.",
|
||||
"placeholder": "search",
|
||||
"providers": {
|
||||
"domains": "Domains",
|
||||
|
@ -157,6 +157,7 @@ const HeroTitle = styled.h1`
|
||||
const HeroText = styled.p`
|
||||
font-size: 1.2em;
|
||||
font-weight: 300;
|
||||
line-height: 1.3em;
|
||||
color: #3c3c3c;
|
||||
`;
|
||||
|
||||
@ -226,7 +227,7 @@ const ListItem = styled.div`
|
||||
`;
|
||||
|
||||
const ListButton = styled.div`
|
||||
margin: 10px;
|
||||
margin: 10px 5px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 1.2rem;
|
||||
@ -241,6 +242,7 @@ const ListButton = styled.div`
|
||||
padding: 10px;
|
||||
border: 1px solid black;
|
||||
border-radius: 2px;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
color: white;
|
||||
|
@ -14,7 +14,7 @@ i18n
|
||||
backends: [LocalStorageBackend, XHR],
|
||||
backendOptions: [
|
||||
{
|
||||
versions: {en: '1.9', ja: '1.9'},
|
||||
versions: {en: '1.10', ja: '1.10'},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user