Skip to content

Commit 13727ee

Browse files
committed
fixed index conflict
1 parent 69e9b59 commit 13727ee

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

src/App/templates/app/index.html.twig

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,14 @@
9393
Three deployables that scale independently and never disagree about the domain.</p>
9494
</div>
9595

96-
<div class="core-band">
97-
<span class="core-band-label">Shared domain layer</span>
98-
<code>Core\App</code> <code>Core\Admin</code> <code>Core\User</code>
99-
<code>Core\Security</code> <code>Core\Setting</code>
100-
<p>One set of entities and repository. Committed in each repo so a single-component start just works — lift it into its own repo and share it as a Git submodule when you add a second.</p>
101-
</div>
96+
97+
98+
<div class="core-band">
99+
<span class="core-band-label">Shared domain layer</span>
100+
<code>Core\App</code> <code>Core\Admin</code> <code>Core\User</code>
101+
<code>Core\Security</code> <code>Core\Setting</code>
102+
<p>One set of entities and repository. Committed in each repo so a single-component start just works — lift it into its own repo and share it as a Git submodule when you add a second.</p>
103+
</div>
102104

103105
<div class="products-grid">
104106

0 commit comments

Comments
 (0)