/home/lnzliplg/www/wp-content/themes/legal-justice/template-parts/footer/footer-copyright.php
<div class="footer-copyright">
  <div class="container">
    <div class="row">
      <div class="col-md-12">
        <p>
          <?php echo esc_html( date_i18n( 'Y' ) ); ?>
          &copy; <?php echo esc_html(get_theme_mod('legal_justice_footer_text')); ?>.
          <?php echo esc_html(legal_justice_credit_link()); ?>
        </p>
      </div>
    </div>
  </div>
  <button id="back-to-top" class="back-to-top" title="Back to Top">↑</button>
</div>