Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…omau_cert into ui-04
  • Loading branch information
lucamazzasette committed Nov 20, 2024
2 parents e0ae9f4 + 2f6ee2b commit 61ad9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions src/features/chat-page/chat-header/chat-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ export const ChatHeader: FC<Props> = (props) => {
/>
</div>
<div className="row-span-3">
{/* Riga vuota <div style={{ height: '5px' }}></div>*/}
<span style={{ fontWeight: 'bold', fontSize: '30px' }}>
{/* <VenetianMask size={18} /> */}
{persona} - AI for Comau
</span>
{/* Riga vuota */} <div style={{ height: '20px' }}></div>
<div style={{ height: '10px' }}></div>
<span className="flex flex-col" style={{ fontSize: '15px'}}>Current Chat: {props.chatThread.name}</span>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/features/chat-page/chat-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export const ChatPage: FC<ChatPageProps> = (props) => {

<div className="flex flex-col items-center mt-4">
<ChatInput />

<div className="mt-2 text-center text-sm">
<Disclaimer text={<>COMAU AICO generated content may be inaccurate. <Link target="_blank" href="https://drive.google.com/file/d/1OXkt4Z9hVoy4rXGFBOhzR9e0LJers5fJ/view">Refered Policy</Link>.</>}/>
</div>
Expand Down

0 comments on commit 61ad9a5

Please sign in to comment.