Use Khoj Logo on Search, Chat pages of Web Interface

This commit is contained in:
Debanjum Singh Solanky 2023-06-21 12:34:53 -07:00
parent 6d4aad57e1
commit d30a9ddd33
2 changed files with 6 additions and 6 deletions

View file

@ -105,7 +105,7 @@
<body> <body>
<!-- Chat Header --> <!-- Chat Header -->
<h1> <h1>
<img class="khoj-logo" src="static/assets/icons/logotype.svg" alt="Khoj"></img> <img class="khoj-logo" src="static/assets/icons/khoj-logo-sideways.svg" alt="Khoj"></img>
</h1> </h1>
<!-- Chat Body --> <!-- Chat Body -->
@ -143,11 +143,11 @@
margin: 10px; margin: 10px;
} }
h1 { h1 {
margin: 16px 0; margin: 8px 0;
padding: 0; padding: 0;
} }
img.khoj-logo { img.khoj-logo {
width: min(60vw, 100px); width: min(60vw, 150px);
} }
#chat-body { #chat-body {

View file

@ -189,7 +189,7 @@
<body> <body>
<h1> <h1>
<img class="khoj-logo" src="static/assets/icons/logotype.svg" alt="Khoj"></img> <img class="khoj-logo" src="static/assets/icons/khoj-logo-sideways.svg" alt="Khoj"></img>
</h1> </h1>
<!--Add Text Box To Enter Query, Trigger Incremental Search OnChange --> <!--Add Text Box To Enter Query, Trigger Incremental Search OnChange -->
@ -249,11 +249,11 @@
margin: 10px; margin: 10px;
} }
h1 { h1 {
margin: 16px 0 0 0; margin: 8px 0;
padding: 0; padding: 0;
} }
img.khoj-logo { img.khoj-logo {
width: min(60vw, 100px); width: min(60vw, 150px);
} }
#options { #options {