mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 10:35:56 +01:00 
			
		
		
		
	merge
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| //@flow | ||||
| import React from "react"; | ||||
| import { Image } from "@scm-manager/ui-components"; | ||||
| import {Image} from "@scm-manager/ui-components"; | ||||
|  | ||||
| type Props = { | ||||
| }; | ||||
| @@ -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