File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
homepage/components/organisms Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -284,11 +284,11 @@ const Header = () => {
284
284
color = 'teal'
285
285
fontSize = { 1 }
286
286
py = { 2 }
287
- href = 'https://note.boostio.co'
287
+ href = 'https://note.boostio.co/app '
288
288
onClick = { ( event ) => {
289
289
event . preventDefault ( )
290
290
sendGAEvent ( 'open-in-browser' )
291
- queueNavigateToGA ( 'https://note.boostio.co' )
291
+ queueNavigateToGA ( 'https://note.boostio.co/app ' )
292
292
} }
293
293
>
294
294
< Icon path = { mdiOpenInApp } /> { t ( 'common.openInBrowser' ) }
Original file line number Diff line number Diff line change @@ -159,11 +159,11 @@ const HeroSection = () => {
159
159
mx = { 1 }
160
160
py = { 2 }
161
161
my = { [ 1 , 0 ] }
162
- href = 'https://note.boostio.co'
162
+ href = 'https://note.boostio.co/app '
163
163
onClick = { ( event ) => {
164
164
event . preventDefault ( )
165
165
sendGAEvent ( 'open-in-browser' )
166
- queueNavigateToGA ( 'https://note.boostio.co' )
166
+ queueNavigateToGA ( 'https://note.boostio.co/app ' )
167
167
} }
168
168
>
169
169
< Icon path = { mdiOpenInApp } /> { t ( 'common.openInBrowser' ) }
You can’t perform that action at this time.
0 commit comments