From 22e1bb3fcc3b3db1c0f5c2e6a4aecaf408c307a5 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 04 Jan 2026 18:29:46 +0000
Subject: [PATCH] Merge branch 'main' of https://github.com/jakevdwerf/jvb

---
 inc/managers/LoginManagerOld.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/inc/managers/LoginManagerOld.php b/inc/managers/LoginManagerOld.php
index 066e744..a2fa1b7 100644
--- a/inc/managers/LoginManagerOld.php
+++ b/inc/managers/LoginManagerOld.php
@@ -97,7 +97,7 @@
 		<script type="text/javascript">
 			document.addEventListener('DOMContentLoaded', function() {
 				let loginLabel = document.querySelector('label[for="user_login"');
-				loginLabel.innerHTML = '<?= jvbIcon('email', ['size' => 20]); ?> Your Email';
+				loginLabel.innerHTML = '<?= jvbIcon('envelope', ['size' => 20]); ?> Your Email';
 
 				let passwordLabel = document.querySelector('label[for="user_pass"');
 				passwordLabel.innerHTML = '<?= jvbIcon('password', ['size' => 20]); ?> Your Password';
@@ -580,9 +580,9 @@
 			<input type="radio" id="enthusiast" name="user_type" value="enthusiast" required <?= ($this->fromFavourites()) ? 'checked' : '' ?>>
 			<label for="enthusiast"><?=jvbIcon('heart', ['title' =>'Enthusiast', 'size'=>40])?><h4>Enthusiast</h4><p>Start here.</p></label>
 			<input type="radio" id="artist" name="user_type" value="artist" required>
-			<label for="artist"><?=jvbIcon('tattoo', ['title'=> 'Artist', 'size'=> 40])?><h4>Artist</h4><p>Show your talent.</p></label>
+			<label for="artist"><?=jvbIcon('drop-simple', ['title'=> 'Artist', 'size'=> 40])?><h4>Artist</h4><p>Show your talent.</p></label>
 			<input type="radio" id="partner" name="user_type" value="partner" required>
-			<label for="partner"><?=jvbIcon('partner', ['title'=>'Partner', 'size' => 40])?><h4>Partner</h4><p>Support the community.</p></label>
+			<label for="partner"><?=jvbIcon('currency-circle-dollar', ['title'=>'Partner', 'size' => 40])?><h4>Partner</h4><p>Support the community.</p></label>
 			<p class="enthusiast">Save your favourites. Get notified.</p>
 			<p class="artist">Show off your work.</p>
 			<p class="partner">Support the community.</p>

--
Gitblit v1.10.0