Skip to content

Commit

Permalink
fix: edit page github link
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerioageno committed Jul 27, 2024
1 parent a2285a7 commit 3fd5f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/documentation/src/components/edit-page/edit-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function EditPage(): JSX.Element {
variant="transparent"
leftSection={<IconEdit />}
target="_blank"
href={GITHUB_URL.concat(pathname)}
href={GITHUB_URL.concat(pathname).concat('.mdx')}
>
Edit page
</Button>
Expand Down

0 comments on commit 3fd5f16

Please sign in to comment.