fix: resolve Ko-fi button 403 error (#54)

* Add files via upload

* 本域内鏡像靜態資源以修復圖標跨域請求被拒問題

直接調用 https://ko-fi.com/img/githubbutton_sm.svg 會導致 403 錯誤

* Update and rename githubbutton_sm.svg to kofi.svg

---------

Co-authored-by: Jing Hua <59118459+ztjhz@users.noreply.github.com>
This commit is contained in:
姚妫颍 2023-03-11 21:29:11 +08:00 committed by GitHub
parent 94d5ad3692
commit b2ee67a2a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

12
public/kofi.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -44,7 +44,7 @@ const AboutMenu = () => {
<p>If you have enjoyed using our app, we kindly ask you to give this <a href="https://github.com/ztjhz/ChatGPTFreeApp/" target="_blank" className="link">project</a> a . Your endorsement means a lot to us and encourages us to work harder towards delivering the best possible experience.</p>
<p>If you would like to support the team, consider buying us a coffee by clicking on the button below. Every contribution, no matter how small, helps us to maintain and improve our service.</p>
<a href="https://ko-fi.com/freechatgpt" target="_blank">
<img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="support" />
<img src="/githubbutton_sm.svg" alt="Support us through the Ko-fi platform." />
</a>
<p>Thank you for being a part of our community, and we look forward to serving you better in the future.</p>
</div>