mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 21:45:43 +01:00
restore context path support
This commit is contained in:
@@ -7,7 +7,8 @@ type Props = {
|
||||
class GitAvatar extends React.Component<Props> {
|
||||
|
||||
render() {
|
||||
return <img src="/images/git-logo.png" alt="Git Logo" />;
|
||||
// TODO we have to use Image from ui-components
|
||||
return <img src="/scm/images/git-logo.png" alt="Git Logo" />;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user