Skip to content

Commit

Permalink
fix: make welcome text smaller (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 2, 2024
1 parent 894c4a3 commit baf45c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const ThreadWelcome: FC = () => {
<Avatar>
<AvatarFallback>C</AvatarFallback>
</Avatar>
<p className="mt-4 text-lg font-medium">How can I help you today?</p>
<p className="mt-4 font-medium">How can I help you today?</p>
</div>
</ThreadPrimitive.Empty>
);
Expand Down
2 changes: 1 addition & 1 deletion packages/shadcn-registry/registry/assistant-ui/thread.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const ThreadWelcome: FC = () => {
<Avatar>
<AvatarFallback>C</AvatarFallback>
</Avatar>
<p className="mt-4 text-lg font-medium">How can I help you today?</p>
<p className="mt-4 font-medium">How can I help you today?</p>
</div>
</ThreadPrimitive.Empty>
);
Expand Down

0 comments on commit baf45c8

Please sign in to comment.