mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
Fix tab order for primary navigation
This commit is contained in:
committed by
SCM-Manager
parent
dc60c924ed
commit
b2a253ea29
@@ -121,7 +121,6 @@ const RepositoryEntry: FC<Props> = ({ repository, baseDate }) => {
|
||||
target="_blank"
|
||||
className={"is-size-5"}
|
||||
title={t("overview.contact", { contact: repository.contact })}
|
||||
tabIndex={1}
|
||||
>
|
||||
{renderContactIcon()}
|
||||
</ContactActionWrapper>
|
||||
|
||||
Reference in New Issue
Block a user