Skip to content

Commit

Permalink
changed some urls with dummy versions in react app
Browse files Browse the repository at this point in the history
  • Loading branch information
ismcagdas committed Jul 26, 2019
1 parent 04707b0 commit 79d1940
Show file tree
Hide file tree
Showing 4 changed files with 11,478 additions and 3 deletions.
4 changes: 2 additions & 2 deletions reactjs/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GENERATE_SOURCEMAP=false
REACT_APP_APP_BASE_URL="http://www.ryoldash.com/"
REACT_APP_REMOTE_SERVICE_BASE_URL="http://www.ryoldash.com/"
REACT_APP_APP_BASE_URL="http://www.yourwebsite.com/"
REACT_APP_REMOTE_SERVICE_BASE_URL="http://www.yourwebsite.com/"
4 changes: 3 additions & 1 deletion reactjs/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { L } from '../../lib/abpUtility';
import LanguageSelect from '../LanguageSelect';
import { Link } from 'react-router-dom';

import profilePicture from '../../images/user.png';

export interface IHeaderProps {
collapsed?: any;
toggle?: any;
Expand Down Expand Up @@ -35,7 +37,7 @@ export class Header extends React.Component<IHeaderProps> {
<LanguageSelect /> {' '}
<Dropdown overlay={userDropdownMenu} trigger={['click']}>
<Badge style={{}} count={3}>
<Avatar style={{}} size={24} alt={'profile'} src="https://sametkabay.com/images/smtkby/smtkby240.png" />
<Avatar style={{height:24, width:24}} shape="circle" alt={'profile'} src={profilePicture} />
</Badge>
</Dropdown>
</Col>
Expand Down
Binary file added reactjs/src/images/user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 79d1940

Please sign in to comment.