We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607cbaf commit 211302eCopy full SHA for 211302e
1 file changed
components/home/GraphSection.tsx
@@ -7,7 +7,7 @@ interface GraphSectionProps {
7
const GraphSection = ({ className }: GraphSectionProps) => {
8
return (
9
<div className={className}>
10
- <Card title="학습 기록">대충 잔디그래프</Card>
+ <Card title="학습 기록">잔디그래프 구현 예정</Card>
11
</div>
12
);
13
};
0 commit comments