mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 12:30:32 +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",
|
"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",
|
"placeholder": "search",
|
||||||
"providers": {
|
"providers": {
|
||||||
"domains": "Domains",
|
"domains": "Domains",
|
||||||
|
@ -157,6 +157,7 @@ const HeroTitle = styled.h1`
|
|||||||
const HeroText = styled.p`
|
const HeroText = styled.p`
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
line-height: 1.3em;
|
||||||
color: #3c3c3c;
|
color: #3c3c3c;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
@ -226,7 +227,7 @@ const ListItem = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const ListButton = styled.div`
|
const ListButton = styled.div`
|
||||||
margin: 10px;
|
margin: 10px 5px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
@ -241,6 +242,7 @@ const ListButton = styled.div`
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -14,7 +14,7 @@ i18n
|
|||||||
backends: [LocalStorageBackend, XHR],
|
backends: [LocalStorageBackend, XHR],
|
||||||
backendOptions: [
|
backendOptions: [
|
||||||
{
|
{
|
||||||
versions: {en: '1.9', ja: '1.9'},
|
versions: {en: '1.10', ja: '1.10'},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user