1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +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> <ButtonContainer>
<List> <List>
<ListButton> <ListButton>
<Link to="/s/awesome" onClick={() => sendGettingStartedEvent()}> <Link to="/s/Tooth" onClick={() => sendGettingStartedEvent()}>
{t('gettingStarted')} {t('gettingStarted')}
</Link> </Link>
</ListButton> </ListButton>

View File

@ -10,6 +10,8 @@
// To learn more about the benefits of this model and instructions on how to // To learn more about the benefits of this model and instructions on how to
// opt-in, read https://bit.ly/CRA-PWA // opt-in, read https://bit.ly/CRA-PWA
// VERSION = '1.0';
const isLocalhost = Boolean( const isLocalhost = Boolean(
window.location.hostname === 'localhost' || window.location.hostname === 'localhost' ||
// [::1] is the IPv6 localhost address. // [::1] is the IPv6 localhost address.