Skip to content

Commit

Permalink
update boss fight and reward
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlin15 committed Apr 24, 2024
1 parent 52989eb commit ff164de
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Frontend/src/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ import logoutButton from "./img/UI/logout.png";
import leaderboardButton from "./img/UI/Leader.png";
import CatGainNotification from "./CatGainNotification.jsx";
import CatViewNotification from "./CatView.jsx";
import rewardButton from "./img/UI/reward.png";
import rewardButton from "./img/UI/rewards.png";
import CatLoseNotification from "./CatLoseNotification.jsx";
import Leaderboard from "./Leaderboard.jsx";
import bossFight from "./img/UI/teams.png";

function Home({ userData, setUserData, courses, setCourses, bossData, overlay, setOverlay, changedCats, setChangedCats, changeType, setChangeType }) {
const [width, setWidth] = useState(window.innerWidth);
Expand Down Expand Up @@ -93,7 +94,7 @@ function Home({ userData, setUserData, courses, setCourses, bossData, overlay, s
<img src={StoreButton} className="function" style={{opacity: courses ? 1 : 0.5}}></img>
<img src={rewardButton} className="function" style={{opacity: courses ? 1 : 0.5}}></img>
<img src={upcomingButton} className="function" style={{opacity: courses ? 1 : 0.5}}></img>
<img src={upcomingButton} className="function" style={{opacity: courses ? 1 : 0.5}}></img>
<img src={bossFight} className="function" style={{opacity: courses ? 1 : 0.5}}></img>
<img src={leaderboardButton} className="function" style={{opacity: courses ? 1 : 0.5}}></img>
</div>
<div className='backOverlay'>
Expand Down
Binary file removed Frontend/src/img/UI/reward.png
Binary file not shown.
Binary file added Frontend/src/img/UI/rewards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Frontend/src/img/UI/teams.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 ff164de

Please sign in to comment.