mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-10 22:43:37 +00:00
Rename Pipeline Runs to Workflow Runs, change URL to /runs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
248f8ae7fc
commit
0d95c27325
3 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ const user = {
|
|||
|
||||
const navigation = [
|
||||
{ name: "Start", href: "/start" },
|
||||
{ name: "Pipeline Runs", href: "/pipelines" },
|
||||
{ name: "Workflow Runs", href: "/runs" },
|
||||
{ name: "Insights", href: "/insights" },
|
||||
{ name: "Settings", href: "/settings" },
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ export default [
|
|||
index("routes/redirect-home.tsx"),
|
||||
layout("layouts/app-shell.tsx", [
|
||||
route("start", "routes/start.tsx"),
|
||||
route("pipelines", "routes/pipelines.tsx"),
|
||||
route("runs", "routes/pipelines.tsx"),
|
||||
route("insights", "routes/insights.tsx"),
|
||||
route("settings", "routes/settings.tsx"),
|
||||
]),
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import type { Route } from "./+types/pipelines";
|
||||
|
||||
export function meta({}: Route.MetaArgs) {
|
||||
return [{ title: "Pipeline Runs — Arc" }];
|
||||
return [{ title: "Workflow Runs — Arc" }];
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue