mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
restore context path support
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import React from "react";
|
||||
import { ExtensionPoint } from "@scm-manager/ui-extensions";
|
||||
import type { Repository } from "../../types/Repositories";
|
||||
import Image from "../../../components/Image";
|
||||
|
||||
type Props = {
|
||||
repository: Repository
|
||||
@@ -13,7 +14,7 @@ class RepositoryAvatar extends React.Component<Props> {
|
||||
return (
|
||||
<p className="image is-64x64">
|
||||
<ExtensionPoint name="repos.repository-avatar" props={{ repository }}>
|
||||
<img src="/images/blib.jpg" alt="Logo" />
|
||||
<Image src="/images/blib.jpg" alt="Logo" />
|
||||
</ExtensionPoint>
|
||||
</p>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user