Skip to content

Commit

Permalink
[fix] Fixing README for default logo modification after Contoso rebra…
Browse files Browse the repository at this point in the history
…nding (microsoft#555)

Co-authored-by: Nicolas Robert <[email protected]>
  • Loading branch information
nrobert and Nicolas Robert authored Feb 2, 2024
1 parent 99ed839 commit 89f53f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,15 @@ The landing chat page logo and headers are specified in `frontend/src/pages/chat
```
<Stack className={styles.chatEmptyState}>
<img
src={Azure}
src={Contoso}
className={styles.chatIcon}
aria-hidden="true"
/>
<h1 className={styles.chatEmptyStateTitle}>Start chatting</h1>
<h2 className={styles.chatEmptyStateSubtitle}>This chatbot is configured to answer your questions</h2>
</Stack>
```
To update the logo, change `src={Azure}` to point to your own SVG file, which you can put in `frontend/src/assets`/
To update the logo, change `src={Contoso}` to point to your own SVG file, which you can put in `frontend/src/assets`/
To update the headers, change the strings "Start chatting" and "This chatbot is configured to answer your questions" to your desired values.

### Changing Citation Display
Expand Down

0 comments on commit 89f53f3

Please sign in to comment.