Skip to content

Commit cceea5e

Browse files
authored
Merge pull request #172 from Moaguide-develop:dev
fix: 뮤직 상세 텍스트 제거 및 수정
2 parents 0b47633 + c29d85b commit cceea5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/product/detail/music/MusicProductDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const MusicProductDetail = () => {
1616

1717
<div className="mt-[10px] text-2xl font-bold mb-[10px]">검색량</div>
1818
<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>
2020
<YoutubeStreamingChart />
2121

2222
<div className="mt-[10px] text-2xl font-bold mb-[10px]">공연일정</div>

src/components/product/detail/music/chart/YoutubeStreamingChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const YoutubeStreamingChart = () => {
126126

127127
return (
128128
<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> */}
130130
<div className="mb-4 flex justify-start">
131131
<button
132132
className={`w-[55px] mr-2 p-2 rounded-lg ${filteringData === '3' ? 'bg-purple-500 text-white' : 'bg-gray-300 '}`}

src/components/product/detail/music/chart/YoutubeViewChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const YoutubeViewChart = () => {
125125

126126
return (
127127
<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> */}
129129
<section className=" mb-[30px] h-[70px] flex items-center desk:overflow-x-scroll desk2:overflow-x-visible scrollbar-hide ">
130130
{/* <input
131131
type="radio"

0 commit comments

Comments
 (0)