mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 17:43:58 +01:00
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:
parent
94d5ad3692
commit
b2ee67a2a5
12
public/kofi.svg
Normal file
12
public/kofi.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 22 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue