File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
src/modules/layout/components/NavPortal Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ const NavPortal = () => {
2121 logo : '/images/logo/fund-logo.svg' ,
2222 link : config . fundURL ,
2323 } ,
24+ {
25+ name : 'AC' ,
26+ logo : '/images/logo/account-center.svg' ,
27+ link : config . accountCenterURL + 'app' ,
28+ } ,
2429 ] ;
2530
2631 return (
@@ -46,7 +51,7 @@ const NavPortal = () => {
4651 onClick = { ( ) => ( window . location . href = product . link ) }
4752 >
4853 < div className = "flex items-center justify-center p-2 bg-Gray-light-mode-100 rounded-full" >
49- < img src = { product . logo } alt = { `Socious ${ product . name } ` } width = { 24 } height = { 24 } />
54+ < img src = { product . logo } alt = { `Socious ${ product . name } ` } width = { 24 } height = { 26 } />
5055 </ div >
5156 { product . name }
5257 </ div >
You can’t perform that action at this time.
0 commit comments