Skip to content

Commit

Permalink
Update Hire us links to directly lead to contact form (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperkapusciak authored Jun 11, 2024
1 parent 27230a3 commit 8ef1575
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/TOCItems/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ export function TOCItems({
useTOCHighlight(tocHighlightConfig);
return (
<>
<TOCItemTree
toc={tocTree as unknown as TOCProp[]}
className={className}
linkClassName={linkClassName}
{...props}
/>
<TOCItemTree
toc={tocTree as unknown as TOCProp[]}
className={className}
linkClassName={linkClassName}
{...props}
/>
<div className={styles.hireUsContainer}>
<p>We are Software Mansion.</p>
<div className={styles.buttonContainer}>
<HireUsButton
href="https://swmansion.com/contact#contact-form"
href="https://swmansion.com/contact/projects?utm_source=rnos-docs&utm_medium=sidebar"
title="Hire us"
/>
</div>
Expand Down

0 comments on commit 8ef1575

Please sign in to comment.