Skip to content

Commit

Permalink
[fix] style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarw committed Oct 15, 2024
1 parent 4705a79 commit 5aa7521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export function Chat() {
<Markdown className={styles.markdown} remarkPlugins={[remarkGfm]}>{chatContext.crossCheckResult.explanation}
</Markdown>
</div>
<div className="col-span-3 pt-5"><strong>Suggested question to chat: </strong>{chatContext.crossCheckResult.nextQuestion}<Button className="m-2" onClick={(e) => {
<div className="col-span-3 pt-5"><strong>Suggested question to chat: </strong>{chatContext.crossCheckResult.nextQuestion}<Button className="m-2 p-1 h-6 w-6" onClick={(e) => {
if (chatContext.crossCheckResult) {
setCurrentMessage(chatContext.crossCheckResult.nextQuestion);
handleSubmit();
Expand Down

0 comments on commit 5aa7521

Please sign in to comment.