Skip to content

Commit 908da58

Browse files
committed
refactor: hide install button
1 parent ce574cd commit 908da58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

angular-hub/src/app/components/navigation/navigation.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
Contribute
230230
</a>
231231
</li>
232+
<!--
232233
@if (isInstallButtonVisible()) {
233234
<li>
234235
<button
@@ -244,6 +245,7 @@
244245
</button>
245246
</li>
246247
}
248+
-->
247249
</ul>
248250
</nav>
249251
</ng-template>

0 commit comments

Comments
 (0)