File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/components/Navigation Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ import './index.scss';
5
5
const Naviagation = ( ) => {
6
6
return (
7
7
< SimpleGrid className = "navigation" columns = { 2 } spacingX = "5px" spacingY = "20px" >
8
- < NavLink to = "/text-list" activeClassName = "selected" >
9
- 텍스트 목록
10
- </ NavLink >
11
8
< NavLink to = "/text-list-virtualized" activeClassName = "selected" >
12
9
텍스트 목록 (with virtualized)
13
10
</ NavLink >
14
- < NavLink to = "/image -list" activeClassName = "selected" >
15
- 이미지 목록
11
+ < NavLink to = "/text -list" activeClassName = "selected" >
12
+ 텍스트 목록 (normal)
16
13
</ NavLink >
17
14
< NavLink to = "/image-list-virtualized" activeClassName = "selected" >
18
15
이미지 목록 (with virtualized)
19
16
</ NavLink >
17
+ < NavLink to = "/image-list" activeClassName = "selected" >
18
+ 이미지 목록 (normal)
19
+ </ NavLink >
20
20
</ SimpleGrid >
21
21
) ;
22
22
} ;
You can’t perform that action at this time.
0 commit comments