1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +09:00

chore: update welcome query

This commit is contained in:
uetchy 2020-06-23 11:42:39 +09:00
parent d2bb9d9622
commit 71e24c9367
2 changed files with 3 additions and 1 deletions

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>

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.