From cd2c429017f91dbbee4d488a2d55fe218539243a Mon Sep 17 00:00:00 2001
From: Paul Kevan <2290623+pkevan@users.noreply.github.com>
Date: Fri, 18 Oct 2024 10:57:20 +0100
Subject: [PATCH] Add sponsorship menu item (#331)

---
 themes/wporg-5ftf-2024/inc/block-config.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/themes/wporg-5ftf-2024/inc/block-config.php b/themes/wporg-5ftf-2024/inc/block-config.php
index 19ef7fd..1f17ac8 100644
--- a/themes/wporg-5ftf-2024/inc/block-config.php
+++ b/themes/wporg-5ftf-2024/inc/block-config.php
@@ -41,6 +41,10 @@ function add_site_navigation_menus( $menus ) {
 		'label' => __( 'Pledges', 'wporg-5ftf' ),
 		'url'   => '/pledges/',
 	);
+	$menu[] = array(
+		'label' => __( 'Sponsorships', 'wporg-5ftf' ),
+		'url'   => '/sponsorships/',
+	);
 	$menu[] = array(
 		'label' => __( 'Contact', 'wporg-5ftf' ),
 		'url'   => '/contact/',