Skip to content

Commit f93fe58

Browse files
committed
shifted about option a last
1 parent f1f2608 commit f93fe58

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

eventsapp/data/jsonfiles/menuitems.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
"icon_source": "data/images/menu/calendar.png",
66
"navigate_to": "ScheduleScreen"
77
},
8-
{
9-
"menu_item_text": "About",
10-
"icon_source": "data/images/menu/about.png",
11-
"navigate_to": "AboutScreen"
12-
},
8+
139
{
1410
"menu_item_text": "Community",
1511
"icon_source": "data/images/menu/community.png",
@@ -35,15 +31,24 @@
3531
"icon_source": "data/images/menu/sponsor.png",
3632
"navigate_to": "SponsorScreen"
3733
},
34+
3835
{
3936
"menu_item_text": "Contact Us",
4037
"icon_source": "data/images/menu/contactus.png",
4138
"navigate_to": "ContactUsScreen"
4239
},
40+
4341
{
4442
"menu_item_text": "History",
4543
"icon_source": "data/images/menu/history.png",
4644
"navigate_to": "AboutPyConScreen"
45+
},
46+
47+
{
48+
"menu_item_text": "About",
49+
"icon_source": "data/images/menu/about.png",
50+
"navigate_to": "AboutScreen"
4751
}
52+
4853
]
4954
}

0 commit comments

Comments
 (0)