This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 2 files changed +2
-2
lines changed
wp/wp-content/themes/tcs-responsive
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ <h2>Comment Examples</h2>
245
245
{ 'href' : '/community/design/' , 'text' : 'DESIGN' , 'icon' : '/mf/i/nav/book-design.svg' } ,
246
246
{ 'href' : '/community/development/' , 'text' : 'DEVELOPMENT' , 'icon' : '/mf/i/nav/book-develop.svg' } ,
247
247
{ 'href' : '/community/data-science/' , 'text' : 'DATA SCIENCE' , 'icon' : '/mf/i/nav/book-data.svg' } ,
248
- { 'href' : '/community/competitive%20programming /' , 'text' : 'COMPETITIVE PROGRAMMING' , 'icon' : '/mf/i/nav/book-cp.svg' } ,
248
+ { 'href' : '/community/competitive-programming /' , 'text' : 'COMPETITIVE PROGRAMMING' , 'icon' : '/mf/i/nav/book-cp.svg' } ,
249
249
] ,
250
250
'community' : [
251
251
{ 'href' : '/community/members/' , 'text' : 'OVERVIEW' , 'icon' : '/mf/i/nav/members.svg' } ,
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ function getHashParameterByName(name, source) {
293
293
{ 'href': '/community/design/', 'text': 'DESIGN', 'icon': '/mf/i/nav/book-design.svg' },
294
294
{ 'href': '/community/development/', 'text': 'DEVELOPMENT', 'icon': '/mf/i/nav/book-develop.svg' },
295
295
{ 'href': '/community/data-science/', 'text': 'DATA SCIENCE', 'icon': '/mf/i/nav/book-data.svg' },
296
- { 'href': '/community/competitive%20programming /', 'text': 'COMPETITIVE PROGRAMMING', 'icon': '/mf/i/nav/book-cp.svg' },
296
+ { 'href': '/community/competitive-programming /', 'text': 'COMPETITIVE PROGRAMMING', 'icon': '/mf/i/nav/book-cp.svg' },
297
297
],
298
298
'community': [
299
299
{ 'href': '/community/members/', 'text': 'OVERVIEW', 'icon': '/mf/i/nav/members.svg' },
You can’t perform that action at this time.
0 commit comments