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