Skip to content

Commit 211302e

Browse files
committed
chore: 텍스트 편집
1 parent 607cbaf commit 211302e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/home/GraphSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface GraphSectionProps {
77
const GraphSection = ({ className }: GraphSectionProps) => {
88
return (
99
<div className={className}>
10-
<Card title="학습 기록">대충 잔디그래프</Card>
10+
<Card title="학습 기록">잔디그래프 구현 예정</Card>
1111
</div>
1212
);
1313
};

0 commit comments

Comments
 (0)