mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-21 22:44:21 +01:00
fix: bug fix related to effect-ts refactor
This commit is contained in:
@@ -175,6 +175,8 @@ export const MarkdownContent: FC<MarkdownContentProps> = ({
|
||||
return (
|
||||
<a
|
||||
href={href}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-primary hover:text-primary/80 underline underline-offset-4 decoration-primary/30 hover:decoration-primary/60 transition-colors"
|
||||
{...props}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user