Skip to content

Commit

Permalink
update info-bar markup to use ul, li elements
Browse files Browse the repository at this point in the history
poojagunturu96 committed Dec 5, 2024
1 parent 59900ac commit 6a4f5df
Showing 2 changed files with 3 additions and 23 deletions.
8 changes: 3 additions & 5 deletions src/templates/partials/info-bar.twig
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<div class="info-bar {{info_bar_class}}">
<div class="container">
<div class="info-bar__list">
<ul class="info-bar__list">
{% for item in items %}
<div class="info-bar__item">
{{item.text}}
</div>
<li class="info-bar__item">{{item.text}}</li>
{% endfor %}
</div>
</ul>
{% if show_social_links %}
{% include 'partials/social-links.twig' with show_social_links %}
{% endif %}
18 changes: 0 additions & 18 deletions src/templates/partials/office-hours.twig

This file was deleted.

0 comments on commit 6a4f5df

Please sign in to comment.