Skip to content

Commit

Permalink
feat/husky-sidepanel: Updated husky answer link formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thangaraj-Ideas2it committed Sep 24, 2024
1 parent ce39353 commit a2bba91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/core/husky/husky-chat-answer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ interface HuskyChatAnswerProps {
function HuskyChatAnswer({ mode, answer, isLastIndex, question, onCopyAnswer, onQuestionEdit, onRegenerate, onFeedback }: HuskyChatAnswerProps) {
const anchorWrapper = (props: any) => (
<a style={{ color: 'blue' }} target="_blank" href={props.href}>
{`[`}
{props.children}
{`]`}
</a>
);

Expand Down

0 comments on commit a2bba91

Please sign in to comment.