Skip to content

Commit 5606d99

Browse files
committed
update docusaurus
1 parent 58c3633 commit 5606d99

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

website/src/components/Rule.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ export const Rule = ({ children, href, prefix }: RuleProps) => {
2323
</div>
2424
<AnimateHeight duration={500} easing="ease" height={descriptionHeight}>
2525
<div className="rounded-md border-0 border-l-[5px] border-solid border-neutral-500 bg-gray-200 p-2 text-xs italic text-neutral-600 dark:border-gray-200 dark:bg-neutral-600 dark:text-gray-200 [&_p]:mb-0">
26-
<a className="text-sm" href={href} rel="noopener noreferrer" target="_blank">
26+
<a
27+
className="text-sm font-medium text-blue-600 hover:text-blue-700 hover:underline dark:text-blue-400 dark:hover:text-blue-500"
28+
href={href}
29+
rel="noopener noreferrer"
30+
target="_blank"
31+
>
2732
Rule
2833
</a>
2934
<CodeBlock className="!mb-0 mt-1 text-sm" language="ts" title="eslint.config.mjs">

0 commit comments

Comments
 (0)