Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamazzasette authored Nov 7, 2024
1 parent 397666a commit 10ee9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/chat-page/chat-header/chat-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const ChatHeader: FC<Props> = (props) => {
<div className="row-span-2">
{/* Riga vuota */} <div style={{ height: '30px' }}></div>
<span style={{ fontWeight: 'bold', fontSize: '30px' }}>AIKO (AI for COMAU)</span>
<div style={{ height: '25px' }}></div>
<div style={{ height: '20px' }}></div>
<span className="flex flex-col" style={{ fontSize: '15px'}}>Title:{props.chatThread.name}</span>
</div>
</div>
Expand Down

0 comments on commit 10ee9ef

Please sign in to comment.