mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Fixed avatar file paths for the Subversion- and Git-Plugin
This commit is contained in:
@@ -8,7 +8,7 @@ type Props = {
|
||||
class HgAvatar extends React.Component<Props> {
|
||||
|
||||
render() {
|
||||
return <Image src="/scm/images/hg-logo.png" alt="Mercurial Logo" />;
|
||||
return <Image src="/images/hg-logo.png" alt="Mercurial Logo" />;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user