We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e64ea6 commit 0848039Copy full SHA for 0848039
src/components/02_molecules/editOnGithub/EditOnGithub.tsx
@@ -20,7 +20,7 @@ export const EditOnGithub: React.FC<EditOnGithubProps> = ({ file }) => {
20
iconSource="/assets/octicons/mark-github.svg"
21
theme="dark"
22
>
23
- Proposa a change on GitHub
+ Edit on GitHub
24
</LinkButton>
25
</div>
26
);
0 commit comments