Skip to content

Commit 604c44d

Browse files
committed
Update frontend header and background
--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/dfl-aeb/azure-search-openai-demo/tree/wahlprogramme?shareId=XXXX-XXXX-XXXX-XXXX).
1 parent 7101572 commit 604c44d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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>Azure OpenAI + AI Search</title>
7+
<title>Wahlomat mit GPT</title>
88
</head>
99
<body>
1010
<div id="root"></div>

app/frontend/src/locales/en/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"pageTitle": "Azure OpenAI + AI Search",
3-
"headerTitle": "Azure OpenAI + AI Search",
2+
"pageTitle": "Wahlomat mit GPT",
3+
"headerTitle": "Wahlomat mit GPT",
44
"chat": "Chat",
55
"qa": "Ask a question",
66
"login": "Login",

app/frontend/src/pages/layout/Layout.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
.header {
8-
background-color: #222222;
8+
background: linear-gradient(to right, black, red, yellow);
99
color: #f2f2f2;
1010
}
1111

0 commit comments

Comments
 (0)