feat: Remove Resources link from site footer

This commit is contained in:
Matt Batchelder
2026-04-17 20:35:27 -04:00
parent 75ba5a3584
commit 93b571d6aa

View File

@@ -820,7 +820,6 @@ function oribi_render_site_footer()
<h4>Company</h4>
<ul>
<li><a href="<?php echo esc_url(home_url('/about')); ?>">About</a></li>
<li><a href="<?php echo esc_url(home_url('/resources')); ?>">Resources</a></li>
<li><a href="<?php echo esc_url(home_url('/faq')); ?>">FAQ</a></li>
</ul>
</div>