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 27230a3 commit 8ef1575Copy full SHA for 8ef1575
src/components/TOCItems/index.tsx
@@ -53,17 +53,17 @@ export function TOCItems({
53
useTOCHighlight(tocHighlightConfig);
54
return (
55
<>
56
- <TOCItemTree
57
- toc={tocTree as unknown as TOCProp[]}
58
- className={className}
59
- linkClassName={linkClassName}
60
- {...props}
61
- />
+ <TOCItemTree
+ toc={tocTree as unknown as TOCProp[]}
+ className={className}
+ linkClassName={linkClassName}
+ {...props}
+ />
62
<div className={styles.hireUsContainer}>
63
<p>We are Software Mansion.</p>
64
<div className={styles.buttonContainer}>
65
<HireUsButton
66
- href="https://swmansion.com/contact#contact-form"
+ href="https://swmansion.com/contact/projects?utm_source=rnos-docs&utm_medium=sidebar"
67
title="Hire us"
68
/>
69
</div>
0 commit comments