diff --git a/web/public/locales/en/translation.json b/web/public/locales/en/translation.json index 954b86d..faea854 100644 --- a/web/public/locales/en/translation.json +++ b/web/public/locales/en/translation.json @@ -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", diff --git a/web/src/components/Welcome.tsx b/web/src/components/Welcome.tsx index 753cb49..f384f2f 100644 --- a/web/src/components/Welcome.tsx +++ b/web/src/components/Welcome.tsx @@ -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; diff --git a/web/src/util/i18n.ts b/web/src/util/i18n.ts index 4e34ace..21bbc9d 100644 --- a/web/src/util/i18n.ts +++ b/web/src/util/i18n.ts @@ -14,7 +14,7 @@ i18n backends: [LocalStorageBackend, XHR], backendOptions: [ { - versions: {en: '1.9', ja: '1.9'}, + versions: {en: '1.10', ja: '1.10'}, }, ], },