Skip to content

Commit

Permalink
fix: streaming live page crash on jp
Browse files Browse the repository at this point in the history
  • Loading branch information
candela97 committed Nov 5, 2023
1 parent d63c56b commit e4e2fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added src/assets/common/material/boost_item2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/widgets/CommonMaterialIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React from "react";
import Image from "mui-image";

import coinIcon from "../../assets/common/material/coin.png";
import boostIcon from "../../assets/common/material/boost_item2.png";
import honor1Icon from "../../assets/common/material/honor_1.png";
import honor2Icon from "../../assets/common/material/honor_2.png";
import honor3Icon from "../../assets/common/material/honor_3.png";
Expand All @@ -21,6 +22,7 @@ import gachaTicketStar4 from "../../assets/common/material/gacha_ticket_star4.pn

const materialMap = {
coin: coinIcon,
boost_item: boostIcon,
honor: ["", honor1Icon, honor2Icon, honor3Icon, honor4Icon],
jewel: jewelIcon,
paid_jewel: jewelIcon,
Expand Down

0 comments on commit e4e2fa3

Please sign in to comment.