We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c1efc commit aa064f1Copy full SHA for aa064f1
1 file changed
documentation/src/theme/TOC/index.tsx
@@ -47,7 +47,7 @@ export default function TOC({ className, ...props }: Props): JSX.Element {
47
style={{ color: "#1a1a1a", textDecoration: "none" }}
48
>
49
<GitHubIcon />
50
- <span>Give us a Star!</span>
+ <span style={{ color: "#1a1a1a", textDecoration: "none" }}>Give us a Star!</span>
51
</a>
52
<a
53
href="https://github.com/sponsors/prc5"
0 commit comments