mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Merge pull request #7652 from sweoggy/patch-2
[Shop][Ui] Div tags are not allowed as a child to h2
This commit is contained in:
commit
25e6f08101
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<h2 class="ui center aligned icon header">
|
||||
<i class="circular phone icon"></i>
|
||||
+48 123 456 789
|
||||
<div class="sub header">
|
||||
<span class="sub header">
|
||||
{{ 'sylius.ui.need_assistance'|trans }} {{ 'sylius.ui.call_us'|trans }}
|
||||
</div>
|
||||
</span>
|
||||
</h2>
|
||||
|
||||
<div class="ui divider"></div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue