Skip to content

Commit

Permalink
fix(web): herobg import in boxset
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Jan 23, 2024
1 parent d053e10 commit bbd6365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/boxset/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import LikeButton from "../../components/buttons/likeButton";
import MarkPlayedButton from "../../components/buttons/markPlayedButton";
import PlayButton from "../../components/buttons/playButton";

import meshBg from "../../assets/heroBg.png";
import meshBg from "../../assets/herobg.png";
import "./boxset.module.scss";
function TabPanel(props) {
const { children, value, index, ...other } = props;
Expand Down

0 comments on commit bbd6365

Please sign in to comment.