File tree 3 files changed +3
-3
lines changed
src/components/product/detail/music 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const MusicProductDetail = () => {
16
16
17
17
< div className = "mt-[10px] text-2xl font-bold mb-[10px]" > 검색량</ div >
18
18
< YoutubeSearchChart />
19
- < div className = "mt-[10px] text-2xl font-bold mb-[10px]" > 일간/월간 스트리밍 수</ div >
19
+ < div className = "mt-[10px] text-2xl font-bold mb-[10px]" > 일간 스트리밍 수</ div >
20
20
< YoutubeStreamingChart />
21
21
22
22
< div className = "mt-[10px] text-2xl font-bold mb-[10px]" > 공연일정</ div >
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ const YoutubeStreamingChart = () => {
126
126
127
127
return (
128
128
< div >
129
- < div className = "text-base text-gray-500 mb-[10px]" > 매월 1일 누적 조회수 차트</ div >
129
+ { /* <div className="text-base text-gray-500 mb-[10px]">매월 1일 누적 조회수 차트</div> */ }
130
130
< div className = "mb-4 flex justify-start" >
131
131
< button
132
132
className = { `w-[55px] mr-2 p-2 rounded-lg ${ filteringData === '3' ? 'bg-purple-500 text-white' : 'bg-gray-300 ' } ` }
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ const YoutubeViewChart = () => {
125
125
126
126
return (
127
127
< div >
128
- < div className = "text-base text-gray-500 mb-[10px]" > 매월 1일 누적 조회수 차트</ div >
128
+ { /* <div className="text-base text-gray-500 mb-[10px]">매월 1일 누적 조회수 차트</div> */ }
129
129
< section className = " mb-[30px] h-[70px] flex items-center desk:overflow-x-scroll desk2:overflow-x-visible scrollbar-hide " >
130
130
{ /* <input
131
131
type="radio"
You can’t perform that action at this time.
0 commit comments