Skip to content

Commit 866d69d

Browse files
committed
Categorize JS todo sites as 'Frontend' for site index
1 parent 37208eb commit 866d69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/site_index.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def categorized_sites
66
{
77
'setup' => ['installfest'],
88
'rails' => ['intro-to-rails', 'job-board', 'intermediate-rails'],
9-
'frontend' => ['frontend', 'javascript-snake-game'],
9+
'frontend' => ['frontend', 'javascript-snake-game', 'javascript-to-do-list', 'javascript-to-do-list-with-react'],
1010
'ruby' => ['learn-to-code', 'ruby']
1111
}
1212
end

0 commit comments

Comments
 (0)