mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
add additional pages for about and data
This commit is contained in:
@@ -266,14 +266,14 @@ ui <- page_navbar(
|
||||
),
|
||||
nav_menu(
|
||||
"Data",
|
||||
nav_item("What We Track"),
|
||||
nav_item("Sources"),
|
||||
nav_item("Export")
|
||||
nav_panel("What We Track"),
|
||||
nav_panel("Sources"),
|
||||
nav_panel("Export")
|
||||
),
|
||||
nav_menu(
|
||||
"About",
|
||||
nav_item("Contact Us"),
|
||||
nav_item("Our Studies"),
|
||||
nav_item("MMH/MMP Methodology")
|
||||
nav_panel("Contact Us"),
|
||||
nav_panel("Our Studies"),
|
||||
nav_panel("MMH/MMP Methodology")
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user