Jake Vanderwerf
2026-03-29 9f672be1f7bb5f8462374ca4732d095d4f24685b
inc/helpers/ui.php
@@ -111,7 +111,7 @@
 */
function jvbNotificationMenu():string
{
    if (jvbSiteHasNotifications() && is_user_logged_in()) {
    if (Features::forMembership()->has('notifications') && is_user_logged_in()) {
        ob_start();
        ?>
@@ -297,15 +297,13 @@
    ?>
    <nav id="<?=$id?>" class="on-this-page index">
        <label>Jump to:
            <button type="button" aria-label="Show Index" title="Show Index" class="toggle" aria-expanded="false">
                <?= jvbIcon('plus-square') ?>
            </button>
        </label>
      <button type="button" aria-label="Show Index" title="Show Index" class="toggle main" aria-expanded="false">
         <span>Jump To:</span><?= jvbIcon('plus-square') ?>
      </button>
        <ul>
            <li>
            <li id="back-to-top">
                <a href="#top" title="Back to Top">
                    <?= jvbIcon('caret-circle-up') ?>
                    <?= jvbIcon('caret-circle-up') ?><span>Back to Top</span>
                </a>
            </li>
            <?php