Skip to content

Commit cf16e10

Browse files
change head to WO (#655)
1 parent 1b3b340 commit cf16e10

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

apps/wfo-ui-surf/pages/_app.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ function CustomApp({
100100
href="/favicon.png"
101101
/>
102102
<title>
103-
Welcome to
104-
example-orchestrator-ui!
103+
Workflow Orchestrator
105104
</title>
106105
</Head>
107106
<main className="app">

apps/wfo-ui/pages/_app.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ function CustomApp({
7171
rel="icon"
7272
href="/favicon.png"
7373
/>
74-
<title>
75-
Welcome to
76-
example-orchestrator-ui!
77-
</title>
74+
<title>Workflow Orchestrator</title>
7875
</Head>
7976
<main className="app">
8077
<ToastsContextProvider>

0 commit comments

Comments
 (0)