Skip to content

Commit

Permalink
Update main.blade.php (#2054)
Browse files Browse the repository at this point in the history
Moves Neo Geo CD and Neo Geo Pocket to a new SNK category in the nav bar.
  • Loading branch information
televandalist authored Nov 24, 2023
1 parent 25d5129 commit 88959be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/views/components/menu/main.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
["systemName" => "PC-8000/8800", "listID" => 47],
["systemName" => "PC-FX", "listID" => 49],
],
"SNK" => [
["systemName" => "Neo Geo CD", "listID" => 56],
["systemName" => "Neo Geo Pocket", "listID" => 14],
],
],
[
"Other" => [
Expand All @@ -65,8 +69,6 @@
["systemName" => "Magnavox Odyssey 2", "listID" => 23],
["systemName" => "Mega Duck", "listID" => 69],
["systemName" => "MSX", "listID" => 29],
["systemName" => "Neo Geo CD", "listID" => 56],
["systemName" => "Neo Geo Pocket", "listID" => 14],
["systemName" => "Uzebox", "listID" => 80],
["systemName" => "Vectrex", "listID" => 46],
["systemName" => "WASM-4", "listID" => 72],
Expand Down

0 comments on commit 88959be

Please sign in to comment.