master
kek7198 2021-12-11 17:30:21 -06:00
parent a8df1edb35
commit c05f70d214
1 changed files with 2 additions and 2 deletions

View File

@ -62,9 +62,9 @@
Shop
</a> -->
<a href="/country-club" class="hidden xl:flex items-center relative px-3 py-2.5 rounded text-sm leading-normal {{ 'text-gray-200 font-bold text-shadow' if request.path == '/country-club' else 'text-yellow-500 font-medium' }}">
<a href="/shop" class="hidden xl:flex items-center relative px-3 py-2.5 rounded text-sm leading-normal {{ 'text-gray-200 font-bold text-shadow' if request.path == '/shop' else 'text-yellow-500 font-medium' }}">
<img src="https://i.ibb.co/xFgG6yf/Coinfixed.gif" width="15px" height="12px" class="object-contain mr-2.5"/>
Country Club
Shop
</a>
</div>