From 3aada9949d51024a92a8b5c6cb70d12f9c3cac16 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 21 Dec 2025 19:59:48 +0000
Subject: [PATCH] =auth refactored via rest, referral system set up for Jane, some javascript consolidation

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

diff --git a/inc/blocks/FormBlock.php b/inc/blocks/FormBlock.php
index 640368a..b8f4ed9 100644
--- a/inc/blocks/FormBlock.php
+++ b/inc/blocks/FormBlock.php
@@ -52,7 +52,8 @@
 	public function registerBlock()
 	{
 		register_block_type($this->path, [
-			'render_callback'	=> [$this, 'render']
+			'render_callback'	=> [$this, 'render'],
+        	'style' => 'jvb-icons-forms',
 		]);
 	}
 

--
Gitblit v1.10.0