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 d52380e commit 7725469Copy full SHA for 7725469
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("Desirable Properties", to: '/composable-systems/desirable-propertiesA') %>
+ <li><%= link("Desirable Properties", to: '/composable-systems/desirable-properties') %>
6
<li hidden><%= link("Single Responsibility", to: '/composable-systems/roles') %>
7
<li hidden><%= link("Deterministic", to: '/composable-systems/roles') %>
8
</ul>
0 commit comments