mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 20:15:52 +01:00
Clarify meaning of icons by adding title in sources view
This commit is contained in:
@@ -86,7 +86,7 @@ const FileLink: FC<Props> = ({ baseUrl, file, children }) => {
|
||||
return <Link to={link}>{children}</Link>;
|
||||
} else {
|
||||
return (
|
||||
<Tooltip location="top" message={t("sources.fileTree.subRepository") + "\n" + link}>
|
||||
<Tooltip location="top" message={t("sources.fileTree.subRepository") + ": \n" + link}>
|
||||
{children}
|
||||
</Tooltip>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user