Skip to content

Commit

Permalink
feat: fix troubleshooting copy link
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoaerobr committed Dec 17, 2024
1 parent e5ef68b commit f6831f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/troubleshooting/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import getHeadings from 'utils/getHeadings'
import getNavigation from 'utils/getNavigation'
import { getMessages } from 'utils/get-messages'
import TimeToRead from 'components/TimeToRead'
import CopyLinkButton from 'components/copy-link-button'

interface Props {
sectionSelected: string
Expand Down Expand Up @@ -106,6 +107,7 @@ const TroubleshootingPage: NextPage<Props> = ({
updatedAt={updatedAtDate}
/>
)}
<CopyLinkButton />
</Flex>
</header>
<MarkdownRenderer serialized={serialized} />
Expand Down

0 comments on commit f6831f9

Please sign in to comment.