change discord icon to telegram icon on gui

This commit is contained in:
Commenter123321 2023-10-10 15:37:29 +02:00
parent a77848429e
commit d3040b0c14
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
<span>Clear Conversations</span>
</button>
<div class="info">
<i class="fa-brands fa-discord"></i>
<i class="fa-brands fa-telegram"></i>
<span class="convo-title">telegram: <a href="https://t.me/g4f_official">@g4f_official</a><br>
</span>
</div>

View File

@ -144,7 +144,7 @@ const ask_gpt = async (message) => {
chunk = new TextDecoder().decode(value);
if (chunk.includes(`<form id="challenge-form" action="/backend-api/v2/conversation?`)) {
if (chunk.includes(`<form id="challenge-form" action="/backend-api/v2/conversation?")) {
chunk = `cloudflare token expired, please refresh the page.`;
}