Skip to content

Commit

Permalink
fix(v0.4.6): logo background to purple
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrn authored Sep 7, 2023
2 parents e28dffc + 1ec8b1f commit 2bf1955
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">fake-chatgpt-plus</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.4.4-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-0.4.6-blue.svg?cacheSeconds=2592000" />
<a href="https://github.com/itsrn/fake-chatgpt-plus/blob/main/LICENSE" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
</a>
Expand Down Expand Up @@ -38,7 +38,9 @@ Contributions, issues and feature requests are welcome!<br />Feel free to check
Give a ⭐️ if you likes this project and want to support me!

## Version History
* 0.4.4 *(Supported and recommended)*
* 0.4.6 *(Supported and Recommended)*
* Fixed ChatGPT's logo background color is not changed to purple (like the GPT 4 one)
* 0.4.4 *(Not supported)*
* Fixed ["Upgrade to plus" button to stop showing](https://github.com/itsrn/fake-chatgpt-plus/issues/3)
* 0.4.2 *(Not supported)*
* Fixed [Profile buttons doesn't appear](https://github.com/itsrn/fake-chatgpt-plus/issues/1).
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function removeUpgradeButton() {

function updateChatGptIcons() {
const ChatGptIcons = document.querySelectorAll(
".relative.p-1.rounded-sm.h-\\[30px\\].w-\\[30px\\].text-white.flex.items-center.justify-center"
".relative.p-1.rounded-sm.text-white.flex.items-center"
); //gets an array of elements of chatgpt icons from responses

if (ChatGptIcons) {
Expand Down

0 comments on commit 2bf1955

Please sign in to comment.