1
0
mirror of https://github.com/uetchy/namae.git synced 2026-06-01 02:59:46 +09:00

chore: update welcome query

This commit is contained in:
2020-06-23 11:42:39 +09:00
parent d2bb9d9622
commit 71e24c9367
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ const Welcome: React.FC = () => {
<ButtonContainer>
<List>
<ListButton>
<Link to="/s/awesome" onClick={() => sendGettingStartedEvent()}>
<Link to="/s/Tooth" onClick={() => sendGettingStartedEvent()}>
{t('gettingStarted')}
</Link>
</ListButton>
+2
View File
@@ -10,6 +10,8 @@
// To learn more about the benefits of this model and instructions on how to
// opt-in, read https://bit.ly/CRA-PWA
// VERSION = '1.0';
const isLocalhost = Boolean(
window.location.hostname === 'localhost' ||
// [::1] is the IPv6 localhost address.