Skip to content

Commit 88b4dff

Browse files
committed
fix(website): different links to the Chrome Web Store
1 parent 29d79b7 commit 88b4dff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/src/components/HomePage/FeaturesSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const FeatureLink = () => {
3939
ref={linkRef}
4040
prefetch={false}
4141
target='_blank'
42-
href='https://chrome.google.com/webstore/detail/dapplets/pjjnaojpjhgbhpfffnjleidmdbajagdj'
42+
href='https://chromewebstore.google.com/detail/mutable-web/cnahdmdbhkphpbpbjjbfdnmbphbenglc'
4343
className={styles.featureLink}
4444
>
4545
<div className={styles.linkContent}>

website/src/pages/about/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function About() {
123123
<p className={styles.titleMessage}>{title.message}</p>
124124
<div className={styles.titleButtons}>
125125
<Button
126-
link='https://chrome.google.com/webstore/detail/dapplets/pjjnaojpjhgbhpfffnjleidmdbajagdj'
126+
link='https://chromewebstore.google.com/detail/mutable-web/cnahdmdbhkphpbpbjjbfdnmbphbenglc'
127127
text='Get started'
128128
isPrimary
129129
icon='icons/button/download.svg'

0 commit comments

Comments
 (0)