Skip to content

Commit

Permalink
Comment out unused nfdi-navbar component
Browse files Browse the repository at this point in the history
The nfdi-navbar component is no longer necessary for the app's current layout. It has been commented out to prevent it from rendering while still keeping the code accessible for future reference. This change helps clean up the UI and avoid potential conflicts.
  • Loading branch information
Zerskk committed Dec 3, 2024
1 parent 5d420e3 commit abff9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archigator/src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nfdi-navbar></nfdi-navbar>
<!--<nfdi-navbar></nfdi-navbar>-->
<app-header></app-header>

<router-outlet></router-outlet>
Expand Down

0 comments on commit abff9b5

Please sign in to comment.