Skip to content

Commit

Permalink
Add logo.png and edit the title at top-left of page in the RootLayout…
Browse files Browse the repository at this point in the history
….jsx

Could potentially use some other icon if better one is found, looks like the same icon in the tab #4
  • Loading branch information
jared-yu-hcltech committed Sep 6, 2024
1 parent ea2b752 commit d97e7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added client/public/hcltechicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions client/src/layouts/rootLayout/RootLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const RootLayout = () => {
<div className='rootLayout'>
<header>
<Link to="/" className='logo'>
<img src='/logo.png' alt='' />
<span>LAMA AI</span>
<img src='/hcltechicon.png' alt='' />
<span>Custom Gen AI Chatbot</span>
</Link>
<div className="user">
<SignedIn>
Expand Down

0 comments on commit d97e7f7

Please sign in to comment.