Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzeTT committed Nov 22, 2023
1 parent 5c3085a commit ec48efc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/tools/music.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ import {
} from '@chakra-ui/react'
import Cropper, { ReactCropperElement } from "react-cropper";
import HighText from "../../components/HighText";
import IconNext from "../../components/IconNext";
import IconPause from "../../components/IconPause";
import IconAirplay from "../../components/IconAirplay";
import { useOutletContext } from "react-router-dom";
import { ChangeEvent, RefObject, useState, useRef } from "react";
import BaseCard from "../../components/BaseCard";
Expand Down Expand Up @@ -226,7 +223,7 @@ export default function Rseg() {
{/* <IconPause /> */}
</div>
<div className='mx-auto op80 w-8 h-8 flex items-center'>
<IconNext />
{/* <IconNext /> */}
<img src="/images/music/next.svg" alt="last" />
</div>
<div className='mx-auto op80 w-8 h-8 flex items-center'>
Expand Down

0 comments on commit ec48efc

Please sign in to comment.