Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -32,7 +32,7 @@ if ( ! empty( $item->classes ) ) {
|
||||
<li id="menuVdiItem<?php echo esc_attr( $item->ID ); ?>" class="<?php echo esc_attr( implode( ' ', $itemClasses ) ); ?>">
|
||||
<button aria-expanded="false" class="<?php echo esc_attr( implode( ' ', $toggleClasses ) ); ?>">
|
||||
<?php echo esc_html( $item->title ); ?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="#F26B53" class="size-4">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" />
|
||||
</svg>
|
||||
</button>
|
||||
|
||||
@@ -20,9 +20,9 @@ if ( isset( $menus['aux_navigation'] ) ) {
|
||||
$currentPageURL = home_url( $wp->request ) . '/';
|
||||
?>
|
||||
|
||||
<div class="nav-aux__container hidden lg:block bg-dark w-full h-12 py-2">
|
||||
<div class="container flex items-center justify-end gap-x-4 gap-y-0 flex-wrap">
|
||||
<nav class="nav-aux" role="navigation" aria-label="Auxiliary">
|
||||
<div class="nav-aux__container hidden lg:block w-full py-0">
|
||||
<div class="nav-aux container flex items-center justify-end gap-x-4 gap-y-0 flex-wrap text-white py-0">
|
||||
<nav class="nav-aux py-0" role="navigation" aria-label="Auxiliary">
|
||||
<?php
|
||||
if ( has_nav_menu( 'aux_navigation' ) ) {
|
||||
// Initialize and render menu items
|
||||
@@ -34,6 +34,6 @@ $currentPageURL = home_url( $wp->request ) . '/';
|
||||
|
||||
<?php get_template_part( 'views/partials/social-media' ); ?>
|
||||
|
||||
<?php get_template_part( 'views/forms/search' ); ?>
|
||||
<span class="font-semibold">@cwccollaborative</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user