File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -732,7 +732,7 @@ export default {
732732 portalIpfs : 'Portal is now on IPFS!' ,
733733 astarHome : 'Astar Home' ,
734734 astarDocs : 'Astar Docs' ,
735- goHome : 'Go Home ' ,
735+ goToAssets : 'Go to Assets Page ' ,
736736 } ,
737737 disclaimer : {
738738 disclaimer : 'Disclaimer' ,
Original file line number Diff line number Diff line change 88 <div class =" wrapper--maintenance" >
99 <div class =" main--text" >{{ $t('stakingV3.dappStaking.Disabled') }}</div >
1010 <div class =" sub-text" >{{ $t('dappStaking.maintenance.visitLater') }}</div >
11- <div class =" home" @click =" goHome " >{{ $t('links.goHome ') }}</div >
11+ <div class =" home" @click =" goToAssets " >{{ $t('links.goToAssets ') }}</div >
1212 </div >
1313 </modal-wrapper >
1414</template >
@@ -33,15 +33,15 @@ export default defineComponent({
3333 });
3434 const isClosingModal = ref (false );
3535 const closeModal = () => {};
36- const goHome = () => {
36+ const goToAssets = () => {
3737 router .push (Path .Assets );
3838 };
3939
4040 return {
4141 show ,
4242 isClosingModal ,
4343 closeModal ,
44- goHome ,
44+ goToAssets ,
4545 };
4646 },
4747});
@@ -76,5 +76,6 @@ export default defineComponent({
7676
7777.home {
7878 cursor : pointer ;
79+ color : $astar-blue ;
7980}
8081 </style >
You can’t perform that action at this time.
0 commit comments