Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
minnakt committed Oct 10, 2023
1 parent cd7a950 commit c2d165d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/version/Banners/IgnoredBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ const IgnoredBanner: React.FC = () => (
<BannerContainer data-cy="ignored-banner">
<Banner variant={Variant.Info}>
This revision will not be automatically scheduled, because only{" "}
<StyledLink
data-cy="fileLink"
href={ignoredFilesDocumentationUrl}
target="_blank"
>
<StyledLink href={ignoredFilesDocumentationUrl} target="_blank">
ignored files
</StyledLink>{" "}
are changed. It may still be scheduled manually, or on failure stepback.
Expand Down

0 comments on commit c2d165d

Please sign in to comment.