diff --git a/src/forge/Main/CoderDepotCatalogue.jsx b/src/forge/Main/CoderDepotCatalogue.jsx index 9d515e6b..f7dea90f 100644 --- a/src/forge/Main/CoderDepotCatalogue.jsx +++ b/src/forge/Main/CoderDepotCatalogue.jsx @@ -29,9 +29,12 @@ function CoderDepotCatalogue({item , goToSubRoot , owner , projectsId , platform {item.name} : (item.type === "submodule" ? - - {item.name} - + + + {item.name} + + @{truncateCommitId(item.sha)} + : goToSubRoot(item.path,item.type,item.name)}> {item.name}