From 0592aefef487c5c3cfebd62f45db895b2e212b10 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 6 Sep 2024 00:57:29 -0400 Subject: [PATCH] Move booking link to be a child of mentoring --- config/_default/menus.en.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index b99fbfd..9e594ee 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -67,10 +67,10 @@ weight = 50 [[main]] - parent = "Services" + parent = "Personal Mentoring" name = "Book a session" url = "https://short.ndumas.com/booking" - weight = 60 + weight = 50 #[[main]] # name = "example sub-menu 2" # parent = "Parent"