From 5b18606b2b9efd7c985359940d540ae7227ed710 Mon Sep 17 00:00:00 2001 From: abnercoimbre Date: Thu, 3 Apr 2025 16:19:52 -0700 Subject: [PATCH] Navigational Weights: Operation 2030 goes last under Explore section --- config/_default/menus.en.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 85b2b58..7344e7c 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -35,19 +35,19 @@ weight = 4 parent = "Explore" name = "Operation 2030" url = "/operation2030" -weight = 1 +weight = 3 [[main]] parent = "Explore" name = "Meetups" url = "/meetups" -weight = 2 +weight = 1 [[main]] parent = "Explore" name = "Donate" url = "https://donorbox.org/handmadecities" -weight = 3 +weight = 2 [[main]] name = "About"