We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476c167 commit eaecb17Copy full SHA for eaecb17
apps/components_guide_web/lib/components_guide_web/templates/composable_systems/_nav.html.eex
@@ -2,7 +2,7 @@
2
<ul y-y x-x=md class="text-lg font-bold" style="--link-padding: 0.75em">
3
<li><%= link("Why?", to: '/composable-systems') %>
4
<li><%= link("Opinionated vs Flexible", to: '/composable-systems/opinionated-vs-flexible') %>
5
- <li><%= link("Single Responsibility", to: '/composable-systems/roles') %>
6
- <li><%= link("Deterministic", to: '/composable-systems/roles') %>
+ <li hidden><%= link("Single Responsibility", to: '/composable-systems/roles') %>
+ <li hidden><%= link("Deterministic", to: '/composable-systems/roles') %>
7
</ul>
8
</nav>
0 commit comments