Skip to content

Commit

Permalink
fix(article-footer): add missing space (#10671)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Mar 11, 2024
1 parent 5b53388 commit 5acdfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/document/on-github.tsx
Expand Up @@ -5,7 +5,7 @@ export function OnGitHubLink({ doc }: { doc: Doc }) {
<div id="on-github" className="on-github">
<SourceOnGitHubLink doc={doc}>
View this page on GitHub
</SourceOnGitHubLink>
</SourceOnGitHubLink>{" "}
{" "}
<NewIssueOnGitHubLink doc={doc}>
Report a problem with this content
Expand Down

0 comments on commit 5acdfb1

Please sign in to comment.