From 0afb2c0046b55c123eafb4ab9ee77efa68d12463 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 06 Jun 2026 17:15:31 +0000
Subject: [PATCH] =Starting the Favourites.js setup, converting previous Northeh stuff to new Registrar, fixing up Square.php integration to match

---
 inc/blocks/FormBlock.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/inc/blocks/FormBlock.php b/inc/blocks/FormBlock.php
index a48519a..0d447da 100644
--- a/inc/blocks/FormBlock.php
+++ b/inc/blocks/FormBlock.php
@@ -34,6 +34,7 @@
 	public function __construct()
 	{
 		$this->cache = Cache::for('forms', WEEK_IN_SECONDS);
+
 		// Initialize forms from filter
 		$this->forms = $this->registerForms();
 		$this->form_contact = apply_filters('jvb_form_contact', '');
@@ -323,7 +324,7 @@
 
 		// Render navigation if multiple sections
 		if (count($sections) > 1) {
-			echo '<nav class="tabs row start" role="tablist">';
+			echo '<nav class="tabs row left" role="tablist">';
 			$i = 1;
 			foreach ($sections as $slug => $section) {
 				$active_class = $i === 1 ? ' active' : '';
@@ -366,7 +367,7 @@
 			}
 
 			// Add step navigation buttons
-			echo '<div class="step-navigation row btw">';
+			echo '<div class="step-navigation row x-btw">';
 
 			if ($i > 0) {
 				echo '<button type="button" class="button secondary prev-step" data-action="prev-step">';

--
Gitblit v1.10.0