From f45a83f940e16989565ab878057e11d0b19e167b Mon Sep 17 00:00:00 2001 From: Jay Kukadiya <48913659+jaykukadiya@users.noreply.github.com> Date: Wed, 27 Oct 2021 03:24:01 +0530 Subject: [PATCH] Update config.php --- includes/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.php b/includes/config.php index 33c7641d..0fd0f1ff 100644 --- a/includes/config.php +++ b/includes/config.php @@ -13,7 +13,7 @@ function config($key = '') 'pretty_uri' => false, 'nav_menu' => [ '' => 'Home', - 'about-us' => 'About Us', + 'about_us' => 'About Us', 'products' => 'Products', 'contact' => 'Contact', ],