Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit dd3e957

Browse files
authored
fix: github icon was not centered on mobile (#1067)
The class was already there but not used.
1 parent 900fb2d commit dd3e957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/navbar/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</a>
3030
<a mat-icon-button class="docs-button docs-navbar-show-small"
3131
href="https://github.com/angular/components" aria-label="GitHub Repository">
32-
<img class="docs-angular-logo"
32+
<img class="docs-angular-logo docs-navbar--github-logo"
3333
src="../../../assets/img/homepage/github-circle-white-transparent.svg"
3434
alt="angular">
3535
</a>

0 commit comments

Comments
 (0)