Skip to content

Commit

Permalink
feat(docs): hire me button
Browse files Browse the repository at this point in the history
  • Loading branch information
SySagar committed Sep 25, 2024
1 parent dca84ce commit c71528d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/docs/app/layout.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,18 @@ export const baseOptions: HomeLayoutProps = {
url: 'https://groovy-box.netlify.app/?path=/docs/components-button--docs',
active: 'nested-url',
},
{
type: 'custom',
children: (
<a
href='https://cal.com/sy-sagar/quick-chat'
target='_blank'
rel='noopener noreferrer'
className='text-slate-800 border-2 border-slate-500 px-2 py-1 rounded-md text-sm dark:text-blue-500 dark:border-blue-500'
>
Hire me!
</a>
),
},
],
};

0 comments on commit c71528d

Please sign in to comment.