Skip to content

Commit

Permalink
gh-2717: Fixed broken image on about page, and replaced with svg.
Browse files Browse the repository at this point in the history
  • Loading branch information
pygeek committed Jun 18, 2024
1 parent 3beb08c commit e7b870a
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 1 deletion.
102 changes: 102 additions & 0 deletions assets/img/fork_me_right_gray_6d6d6d.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/forkme_right_gray_6d6d6.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/views/docs/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class About extends React.Component<{}, any> {
<a href="https://github.com/online-go/online-go.com/">
<img
className="github-link"
src="/assets/img/forkme_right_gray_6d6d6.png"
src="/assets/img/fork_me_right_gray_6d6d6.svg"
alt="Fork me on GitHub"
/>
</a>
Expand Down

0 comments on commit e7b870a

Please sign in to comment.