We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266e683 commit acdb0ddCopy full SHA for acdb0dd
src/components/elements/edit-on-github/index.tsx
@@ -26,8 +26,8 @@ const EditText = styled.em`
26
`;
27
28
export const EditOnGithub = (props: { url: string }) => <EditText>
29
- <PencilSimple /> Edit this page
+ <PencilSimple /> Suggest changes to this page
30
<Link href={props.url} target="_blank">
31
- on GitHub
+ on GitHub
32
</Link>
33
</EditText>
0 commit comments