Skip to content

Commit

Permalink
chore: onClick
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Nov 13, 2024
1 parent a534707 commit 26f3802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/src/components/AppComponents/Chat/markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export const MemoizedReactMarkdownWithStyles = ({
const InLineButton = ({ text, onClick }) => {
return (
<button
onClick={() => onClick}
onClick={onClick}
className="my-6 w-fit border-spacing-4 rounded-lg border border-black border-opacity-30 bg-white p-7 text-blue"
>
{text}
Expand Down

0 comments on commit 26f3802

Please sign in to comment.