Skip to content

Commit

Permalink
fix: Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTeida committed Jan 31, 2024
1 parent 56f9b42 commit d5c9167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function Chat() {
<Box sx={{width: {xs: 'auto', sm: "60%"}, minWidth: '60%'}}>
<Stack direction="row" justifyContent="space-between" spacing={2}>
<Typography level="body-xs">
{el.isHuman ? "You" : "NeuraChat"}
{el.isHuman ? "You" : "Filip Szymczak"}
</Typography>
<Typography level="body-xs">
{el.timestamp}
Expand Down

0 comments on commit d5c9167

Please sign in to comment.