File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ import ValidatorIcon from '@material-ui/icons/AccountBalance'
1515export 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 >
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import Project from '../components/project'
1818function 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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import classes from './index.module.css'
1414function 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments