Skip to content

Commit 8ef1575

Browse files
Update Hire us links to directly lead to contact form (#13)
1 parent 27230a3 commit 8ef1575

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components/TOCItems/index.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ export function TOCItems({
5353
useTOCHighlight(tocHighlightConfig);
5454
return (
5555
<>
56-
<TOCItemTree
57-
toc={tocTree as unknown as TOCProp[]}
58-
className={className}
59-
linkClassName={linkClassName}
60-
{...props}
61-
/>
56+
<TOCItemTree
57+
toc={tocTree as unknown as TOCProp[]}
58+
className={className}
59+
linkClassName={linkClassName}
60+
{...props}
61+
/>
6262
<div className={styles.hireUsContainer}>
6363
<p>We are Software Mansion.</p>
6464
<div className={styles.buttonContainer}>
6565
<HireUsButton
66-
href="https://swmansion.com/contact#contact-form"
66+
href="https://swmansion.com/contact/projects?utm_source=rnos-docs&utm_medium=sidebar"
6767
title="Hire us"
6868
/>
6969
</div>

0 commit comments

Comments
 (0)