Skip to content

Commit 30235fe

Browse files
committed
Change akegaviar links to chainstacklabs
1 parent 627bb3b commit 30235fe

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

components/sidebar/sidebar.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ import ValidatorIcon from '@material-ui/icons/AccountBalance'
1515
export default function Sidebar({}) {
1616
const addNetwork = () => {
1717
window.open(
18-
'https://github.com/akegaviar/subnet-tech#adding-a-subnet',
18+
'https://github.com/chainstacklabs/subnet-tech#adding-a-subnet',
1919
'_blank'
2020
)
2121
}
2222
const addValidator = () => {
2323
window.open(
24-
'https://github.com/akegaviar/subnet-tech#adding-a-validator',
24+
'https://github.com/chainstacklabs/subnet-tech#adding-a-validator',
2525
'_blank'
2626
)
2727
}
@@ -73,7 +73,7 @@ export default function Sidebar({}) {
7373
<div className={classes.socials}>
7474
<a
7575
className={`${classes.socialButton}`}
76-
href="https://github.com/akegaviar/subnet-tech"
76+
href="https://github.com/chainstacklabs/subnet-tech"
7777
target="_blank"
7878
rel="noopener noreferrer"
7979
>

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function Home({ changeTheme, theme }) {
109109

110110
const addNetwork = () => {
111111
window.open(
112-
'https://github.com/akegaviar/subnet-tech#adding-a-subnet',
112+
'https://github.com/chainstacklabs/subnet-tech#adding-a-subnet',
113113
'_blank'
114114
)
115115
}

pages/projects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import Project from '../components/project'
1818
function Validators({ changeTheme, theme }) {
1919
const addNetwork = () => {
2020
window.open(
21-
'https://github.com/akegaviar/subnet-tech#adding-a-subnet',
21+
'https://github.com/chainstacklabs/subnet-tech#adding-a-subnet',
2222
'_blank'
2323
)
2424
}
@@ -82,7 +82,7 @@ function Validators({ changeTheme, theme }) {
8282
working on a project that is not listed below and you want to
8383
add it,{' '}
8484
<Link
85-
href="https://github.com/akegaviar/subnet-tech"
85+
href="https://github.com/chainstacklabs/subnet-tech"
8686
target="_blank"
8787
>
8888
create a pull request in our repository

pages/subnets-information.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import classes from './index.module.css'
1414
function Validators({ changeTheme, theme }) {
1515
const addNetwork = () => {
1616
window.open(
17-
'https://github.com/akegaviar/subnet-tech#adding-a-subnet',
17+
'https://github.com/chainstacklabs/subnet-tech#adding-a-subnet',
1818
'_blank'
1919
)
2020
}

pages/validators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function Validators({ changeTheme, theme }) {
2525

2626
const addNetwork = () => {
2727
window.open(
28-
'https://github.com/akegaviar/subnet-tech#adding-a-subnet',
28+
'https://github.com/chainstacklabs/subnet-tech#adding-a-subnet',
2929
'_blank'
3030
)
3131
}

0 commit comments

Comments
 (0)