@@ -14,7 +14,7 @@ import { PrimaryButton, BorderButton } from '../components/Buttons'
1414import getConfig from '../config'
1515import { getStoredValue , storeValues } from "../services/localStorage" ;
1616
17- const { CURRENCY } = getConfig ( )
17+ const { CURRENCY , LINKS } = getConfig ( )
1818
1919export default class Advanced extends React . Component {
2020 constructor ( props ) {
@@ -169,18 +169,20 @@ export default class Advanced extends React.Component {
169169 < Text > Enable advanced features</ Text >
170170 < Checkbox onChange = { this . updateAdvancedBalance } checked = { expertMode } />
171171 </ Flex >
172+
172173 < hr style = { { paddingTop :20 } } />
174+
173175 < div >
174176 < div style = { { width :"100%" , textAlign :"center" } } > < h5 > Learn More</ h5 > </ div >
175177 < div className = "content ops row settings-row" style = { { marginBottom :10 } } >
176- < a href = "https://github.com/leapdao/burner-wallet" style = { { color :"#FFFFFF" } } target = "_blank" rel = "noopener noreferrer" >
178+ < a href = { LINKS . CODE } style = { { color :"#FFFFFF" } } target = "_blank" rel = "noopener noreferrer" >
177179 < BorderButton width = { 1 } >
178180 < Scaler config = { { startZoomAt :400 , origin :"50% 50%" } } >
179181 < i className = "fas fa-code" /> { i18n . t ( 'code' ) }
180182 </ Scaler >
181183 </ BorderButton >
182184 </ a >
183- < a href = "https://leapdao.org/" style = { { color :"#FFFFFF" } } target = "_blank" rel = "noopener noreferrer" >
185+ < a href = { LINKS . ABOUT } style = { { color :"#FFFFFF" } } target = "_blank" rel = "noopener noreferrer" >
184186 < BorderButton width = { 1 } >
185187 < Scaler config = { { startZoomAt :400 , origin :"50% 50%" } } >
186188 < i className = "fas fa-info" /> { i18n . t ( 'about' ) }
0 commit comments