mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-22 08:19:47 +01:00
Fixed avatar file paths for the Subversion- and Git-Plugin
This commit is contained in:
@@ -8,7 +8,7 @@ type Props = {
|
||||
class SvnAvatar extends React.Component<Props> {
|
||||
|
||||
render() {
|
||||
return <Image src="/scm/images/svn-logo.gif" alt="Subversion Logo" />;
|
||||
return <Image src="/images/svn-logo.gif" alt="Subversion Logo" />;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user