Skip to content

Commit

Permalink
- testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasMue91 committed Apr 24, 2024
1 parent 817e0ba commit bd867b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gptranslator.html
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ <h3 style="cursor: pointer;" data-target="#aboutText">About ️👆</h3>
resultsContainer.innerHTML += `
<p class="translation">
<strong>Translation:${fittingScore}</strong>
<span class="value" style="cursor: pointer;">${sanitizedTranslation}</span>
<span class="value" style="cursor: pointer;">${option.translation}</span>
<span class="favorite-btn" style="cursor: pointer; float: right;" title="Add to Favorites">⭐</span>
</p>
`;
Expand Down

0 comments on commit bd867b5

Please sign in to comment.