Skip to content

Commit 86c5ed5

Browse files
committed
Bring back Java Sample title
1 parent d36cec8 commit 86c5ed5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>GPT + Enterprise data | Sample</title>
7+
<title>GPT + Enterprise data | Java Sample</title>
88
</head>
99
<body>
1010
<div id="root"></div>

app/frontend/src/pages/layout/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Layout = () => {
1414
<header className={styles.header} role={"banner"}>
1515
<div className={styles.headerContainer}>
1616
<Link to="/" className={styles.headerTitleContainer}>
17-
<h3 className={styles.headerTitle}>GPT + Enterprise data | Sample</h3>
17+
<h3 className={styles.headerTitle}>GPT + Enterprise data | Java Sample</h3>
1818
</Link>
1919
<nav>
2020
<ul className={styles.headerNavList}>

0 commit comments

Comments
 (0)