File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< link rel ="icon " type ="image/x-icon " href ="/favicon.ico " />
6
6
< 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 >
8
8
</ head >
9
9
< body >
10
10
< div id ="root "> </ div >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const Layout = () => {
14
14
< header className = { styles . header } role = { "banner" } >
15
15
< div className = { styles . headerContainer } >
16
16
< 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 >
18
18
</ Link >
19
19
< nav >
20
20
< ul className = { styles . headerNavList } >
You can’t perform that action at this time.
0 commit comments