Jake Vanderwerf
2026-05-12 c32ed859f4abd1591c882f4f2a6ee16b1ec275e2
inc/helpers/media.php
@@ -9,14 +9,14 @@
    ?>
    <dialog class="gallery" aria-modal="true" aria-label="Image Gallery">
      <div class="wrap">
      <div class="wrap col">
         <div class="controls row">
            <button type="button" class="cancel" aria-label="Close Gallery"> <?= jvbIcon('x') ?></button>
            <button class="nav prev row" aria-label="Previous image">
            <button type="button" class="cancel" title="Close Gallery" aria-label="Close Gallery"> <?= jvbIcon('x') ?></button>
            <button class="nav prev" title="Previous image" aria-label="Previous image">
               <?= jvbIcon('caret-left') ?>
            </button>
            <button class="nav next row" aria-label="Next image">
            <button class="nav next" title="Next Image" aria-label="Next image">
               <?= jvbIcon('caret-right') ?>
            </button>
         </div>
@@ -36,3 +36,4 @@
    </dialog>
    <?php
}