Skip to content

Commit 600f430

Browse files
committed
CS
1 parent a175e68 commit 600f430

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ux.symfony.com/templates/components/Package/PackageHeader.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="PackageHeader mb-5 {{ not (command ?? true) ? 'pb-5' }}" style="background: {{ package.gradient }}, {{ package.color }}; --color-accent: {{ package.color }};"
1+
<div class="PackageHeader mb-5 {{ not (command ?? true) ? 'pb-5' }}" style="background: {{ package.gradient }}, {{ package.color }}; --color-accent: {{ package.color }};"
22
>
33
<div class="container-fluid container-xxl px-4 pt-4 px-md-5 pt-md-5 position-relative">
44

@@ -12,7 +12,7 @@
1212
</p>
1313
</div>
1414

15-
{% if command is not defined or command %}
15+
{% if command is not defined or command %}
1616
<div class="d-flex justify-content-center">
1717
<twig:TerminalCommand
1818
aria-label="Composer command to install {{ package.humanName }}"

ux.symfony.com/templates/ux_packages/stimulus.html.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
</twig:Package:PackageHeader>
1616
{% endblock %}
1717

18-
1918
{% block package_content %}
2019

2120
<section class="mb-5">

0 commit comments

Comments
 (0)