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:
parent
d2bb9d9622
commit
71e24c9367
@ -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>
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user