Skip to content

Commit

Permalink
Rename Koji Builds tab
Browse files Browse the repository at this point in the history
Rename it to 'Upstream Koji Builds' to make it clear these are not
the production ones triggered in downstream.
  • Loading branch information
lbarcziova committed Aug 11, 2023
1 parent 2bcac91 commit be819ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app/Jobs/Jobs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Jobs = () => {
isActive={currentMatch?.id === "koji-builds"}
>
<NavLink to={"koji-builds"}>
Koji Builds
Upstream Koji Builds
</NavLink>
</NavItem>
<NavItem
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const routes: RouteObject[] = [
id: "koji-builds",
path: "koji-builds",
handle: {
label: "Koji Builds",
label: "Upstream Koji Builds",
},
},
{
Expand Down

0 comments on commit be819ab

Please sign in to comment.