Skip to content

Commit

Permalink
feat: replace gogs.png
Browse files Browse the repository at this point in the history
  • Loading branch information
ineo6 committed Jul 31, 2021
1 parent 9e80e7a commit cf3fbd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Popup/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ const Popup = () => {
});
}}
>
<img className="site-logo" src="../assets/gitea.png" alt="gitea" />
<img className="site-logo" src="../assets/gogs.png" alt="gitea" />
<span>{type === DICT.GOGS ? 'Disable' : 'Enable'}</span>
<span>&nbsp;&nbsp;Gogs</span>
</a>
Expand Down
Binary file added src/assets/gogs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf3fbd7

Please sign in to comment.