Skip to content

Commit

Permalink
Merge pull request #252 from memser-spaceport/feat/husky-sidepanel
Browse files Browse the repository at this point in the history
feat/husky-sidepanel: Updated husky answer link formatting
  • Loading branch information
Thangaraj-Ideas2it authored Sep 24, 2024
2 parents ce39353 + a2bba91 commit d8dacfa
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 d8dacfa

Please sign in to comment.