Skip to content

Commit f843d23

Browse files
committed
fix(docs): Change styling for Github icon a bit
1 parent 33f8d25 commit f843d23

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

projects/ngqp-demo/src/app/app.component.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
2+
<button class="navbar-toggler" type="button" (click)="isNavbarExpanded = !isNavbarExpanded">
3+
<span class="navbar-toggler-icon"></span>
4+
</button>
25
<a class="navbar-brand" routerLink="/">
36
<div class="d-inline-block align-middle logo-container">
47
<img src="assets/logo.svg" height="48" width="auto" />
58
</div>
69
@ngqp
710
</a>
8-
<button class="navbar-toggler" type="button" (click)="isNavbarExpanded = !isNavbarExpanded">
9-
<span class="navbar-toggler-icon"></span>
10-
</button>
11-
1211
<div class="navbar-collapse" [class.collapse]="!isNavbarExpanded">
1312
<ul class="navbar-nav mr-auto">
1413
<li class="nav-item active">
@@ -25,8 +24,7 @@
2524
</li>
2625
</ul>
2726
</div>
28-
29-
<a href="https://www.github.com/Airblader/ngqp" rel="nofollow noopener">
27+
<a href="https://www.github.com/Airblader/ngqp" rel="nofollow noopener" [class.collapse]="isNavbarExpanded">
3028
<fa-icon [icon]="faGithub" size="2x" class="text-light"></fa-icon>
3129
</a>
3230
</nav>

0 commit comments

Comments
 (0)