Skip to content

Commit d3b7c09

Browse files
committed
refactor: 히어로 통계 한글화 및 라이선스 메타 제거
1 parent 4d1cce4 commit d3b7c09

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/components/HeroSection.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,17 +150,15 @@ export function HeroSection({ totalTerms, totalMeanings, query, onQueryChange }:
150150
<Box component="b" sx={{ color: 'var(--fg-1)', fontFamily: 'var(--ff-sans)', fontWeight: 700, mr: 1 }}>
151151
{totalTerms.toLocaleString()}
152152
</Box>
153-
terms
153+
용어
154154
</span>
155155
<Box component="span" sx={{ color: 'var(--ptk-line)' }}>/</Box>
156156
<span>
157157
<Box component="b" sx={{ color: 'var(--fg-1)', fontFamily: 'var(--ff-sans)', fontWeight: 700, mr: 1 }}>
158158
{totalMeanings.toLocaleString()}
159159
</Box>
160-
meanings
160+
의미
161161
</span>
162-
<Box component="span" sx={{ color: 'var(--ptk-line)' }}>/</Box>
163-
<span>open source · CC-BY-4.0</span>
164162
</Box>
165163
</Container>
166164
</Box>

0 commit comments

Comments
 (0)