Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcAII authored Sep 13, 2024
1 parent 71b69b0 commit 7cde2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ <h2>Study Mode Activated</h2>
if (document.body.classList.contains('dark-mode')) {
logo.src = 'logodark.png';
} else {
logo.src = 'ltrend.png'; // Change back to light mode logo
logo.src = 'trending.png'; // Change back to light mode logo
}
});
});
Expand Down Expand Up @@ -1123,7 +1123,7 @@ <h2>Study Mode Activated</h2>

<div class="chat-content" id="chat-content">
<div class="logo-container" id="logo-container">
<img class="logo" src="ltrend.png" alt="Logo">
<img class="logo" src="trending.png" alt="Logo">


</div>
Expand Down
Binary file added trending.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cde2c2

Please sign in to comment.