Skip to content

Commit 543de70

Browse files
committed
chore: 문구수정
1 parent 509ead9 commit 543de70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/Navigation/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ import './index.scss';
55
const Naviagation = () => {
66
return (
77
<SimpleGrid className="navigation" columns={2} spacingX="5px" spacingY="20px">
8-
<NavLink to="/text-list" activeClassName="selected">
9-
텍스트 목록
10-
</NavLink>
118
<NavLink to="/text-list-virtualized" activeClassName="selected">
129
텍스트 목록 (with virtualized)
1310
</NavLink>
14-
<NavLink to="/image-list" activeClassName="selected">
15-
이미지 목록
11+
<NavLink to="/text-list" activeClassName="selected">
12+
텍스트 목록 (normal)
1613
</NavLink>
1714
<NavLink to="/image-list-virtualized" activeClassName="selected">
1815
이미지 목록 (with virtualized)
1916
</NavLink>
17+
<NavLink to="/image-list" activeClassName="selected">
18+
이미지 목록 (normal)
19+
</NavLink>
2020
</SimpleGrid>
2121
);
2222
};

0 commit comments

Comments
 (0)