cleaning header

This commit is contained in:
Antoine M 2024-01-31 19:44:46 +01:00
parent 396831c4a5
commit 681a02bbea

View File

@ -74,22 +74,7 @@
</div> -->
<div class="primary-menu-container lg:flex lg:justify-between lg:items-center">
<nav id="primary-menu-nav" class="flex justify-between items-center">
<!-- <div class="website_logo">
<?php if ($logo_gba) { ?>
<a href="<?php echo home_url() ?>">
<img class="logo" src=<?php echo $logo_gba ?> alt="">
</a>
<?php } else { ?>
<a href="<?php echo get_bloginfo('url'); ?>" class="font-extrabold text-lg uppercase">
<?php echo get_bloginfo('name'); ?>
</a>
<p class="text-sm font-light text-gray-600">
<?php echo get_bloginfo('description'); ?>
</p>
<?php } ?>
</div> -->
<div class="website_logo">
<?php if (has_custom_logo()) { ?>
<?php the_custom_logo(); ?>