Skip to content

Commit acdb0dd

Browse files
committed
Tweak edit-on-github text
1 parent 266e683 commit acdb0dd

File tree

1 file changed

+2
-2
lines changed
  • src/components/elements/edit-on-github

1 file changed

+2
-2
lines changed

src/components/elements/edit-on-github/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const EditText = styled.em`
2626
`;
2727

2828
export const EditOnGithub = (props: { url: string }) => <EditText>
29-
<PencilSimple /> Edit this page
29+
<PencilSimple /> Suggest changes to this page
3030
<Link href={props.url} target="_blank">
31-
on GitHub
31+
on GitHub
3232
</Link>
3333
</EditText>

0 commit comments

Comments
 (0)