feat: FRO-17 Added Rule Component and changed Mainmenu structure (#11)
Added a Rule Component and changed MainMenu Structure Co-authored-by: LQ63 <lkhermann@web.de> Reviewed-on: #11 Reviewed-by: Janis <janis-e@gmx.de> Co-authored-by: lq64 <lq@blackhole.local> Co-committed-by: lq64 <lq@blackhole.local>
This commit is contained in:
@@ -23,6 +23,13 @@ const menuItems = [
|
||||
icon: 'settings',
|
||||
routeName: 'settings',
|
||||
color: 'grey-8'
|
||||
},
|
||||
{
|
||||
title: 'Rules',
|
||||
description: 'Look at the rules to have a clear understanding for playing the game.',
|
||||
icon: 'settings',
|
||||
routeName: 'rules-Game',
|
||||
color: 'grey-8'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user