Skip to content

Commit

Permalink
Removed animation from opening hours
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ff1cult0 committed Sep 30, 2024
1 parent 43f1453 commit 1a58e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/CommonBundle/Resources/views/common/index/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<a href="{{ url('cudi_booking') }}" class="btn btn-sm btn-primary">{{ translate('Reservations') }}</a>
</p>
{% endif %} #}
<div class="col-md-6 fadeElement leftFade">
<div class="col-md-6">
<div class="opening_hour_message">
<h2>Cudi - {{ translate('Opening Hours') }}</h2>
{% for message in cudi.messages %}
Expand Down Expand Up @@ -292,7 +292,7 @@
{# {% endfor %}#}
</div>
</div>
<div class="col-md-6 fadeElement rightFade">
<div class="col-md-6">
<div class="opening_hour_message">
<h2>Theokot - {{ translate('Opening Hours') }}</h2>
{% for message in shop.messages %}
Expand Down

0 comments on commit 1a58e6c

Please sign in to comment.