File tree Expand file tree Collapse file tree 4 files changed +11478
-3
lines changed Expand file tree Collapse file tree 4 files changed +11478
-3
lines changed Original file line number Diff line number Diff line change 11GENERATE_SOURCEMAP = false
2- REACT_APP_APP_BASE_URL = " http://www.ryoldash .com/"
3- REACT_APP_REMOTE_SERVICE_BASE_URL = " http://www.ryoldash .com/"
2+ REACT_APP_APP_BASE_URL = " http://www.yourwebsite .com/"
3+ REACT_APP_REMOTE_SERVICE_BASE_URL = " http://www.yourwebsite .com/"
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ import { L } from '../../lib/abpUtility';
88import LanguageSelect from '../LanguageSelect' ;
99import { Link } from 'react-router-dom' ;
1010
11+ import profilePicture from '../../images/user.png' ;
12+
1113export interface IHeaderProps {
1214 collapsed ?: any ;
1315 toggle ?: any ;
@@ -35,7 +37,7 @@ export class Header extends React.Component<IHeaderProps> {
3537 < LanguageSelect /> { ' ' }
3638 < Dropdown overlay = { userDropdownMenu } trigger = { [ 'click' ] } >
3739 < Badge style = { { } } count = { 3 } >
38- < Avatar style = { { } } size = { 24 } alt = { 'profile' } src = "https://sametkabay.com/images/smtkby/smtkby240.png" />
40+ < Avatar style = { { height : 24 , width : 24 } } shape = "circle" alt = { 'profile' } src = { profilePicture } />
3941 </ Badge >
4042 </ Dropdown >
4143 </ Col >
You can’t perform that action at this time.
0 commit comments