mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 17:42:48 +00:00
client - wip user account page
This commit is contained in:
@@ -3,6 +3,7 @@ import './portrait.scss';
|
||||
|
||||
interface Props {
|
||||
imageSrc: any;
|
||||
style?: any;
|
||||
}
|
||||
|
||||
interface State {
|
||||
@@ -14,7 +15,7 @@ export class Portrait extends React.Component<Props, State> {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div className="portrait">
|
||||
<div className="portrait" style={this.props.style}>
|
||||
<img src={require('../../assets/portrait-top.gif')}/>
|
||||
<div>
|
||||
<img src={require('../../assets/level-circle.gif')} className="portrait__level-circle"/>
|
||||
|
||||
Reference in New Issue
Block a user