From 3acb42faee66868a76e653a34ef35de13ddf734f Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 01 Jan 2026 23:00:11 +0000
Subject: [PATCH] Merge branch 'main' of https://github.com/jakevdwerf/jvb

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

diff --git a/inc/templates.php b/inc/templates.php
index 7e85162..dd24b96 100644
--- a/inc/templates.php
+++ b/inc/templates.php
@@ -44,7 +44,7 @@
                     '.$textarea.'
                 </div>
                 <div class="actions row">
-                    <button type="button" class="cancel">'.jvbIcon('close', ['title'=>'Cancel']).'</button>
+                    <button type="button" class="cancel">'.jvbIcon('x', ['title'=>'Cancel']).'</button>
                     <button type="submit" class="create">Reply</button>
                 </div>
             </div>
@@ -86,8 +86,8 @@
 			<div class="upload-status">
 				<div class="upload-progress"></div>
 			</div>
-			<button type="button" class="remove-preview" title="Remove Image">'.jvbIcon('delete').'</button>
-			<button type="button" class="move-image" title="Reorder Image">'.jvbIcon('grab').'</button>
+			<button type="button" class="remove-preview" title="Remove Image">'.jvbIcon('trash').'</button>
+			<button type="button" class="move-image" title="Reorder Image">'.jvbIcon('dots-six-vertical').'</button>
 		</div>
 	</template>';
 }

--
Gitblit v1.10.0