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';
55const 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} ;
You can’t perform that action at this time.
0 commit comments