Skip to content

Commit

Permalink
Tweak edit-on-github text
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Dec 10, 2024
1 parent 266e683 commit acdb0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/elements/edit-on-github/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const EditText = styled.em`
`;

export const EditOnGithub = (props: { url: string }) => <EditText>
<PencilSimple /> Edit this page
<PencilSimple /> Suggest changes to this page
<Link href={props.url} target="_blank">
on GitHub
on GitHub
</Link>
</EditText>

0 comments on commit acdb0dd

Please sign in to comment.