mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
629f0146b8
commit
fa29eb84a3
1 changed files with 2 additions and 2 deletions
|
|
@ -31,10 +31,10 @@
|
|||
<aio-search-box class="search-container" #searchBox (onSearch)="doSearch($event)" (onFocus)="doSearch($event, true)"></aio-search-box>
|
||||
<aio-theme-toggle #themeToggle></aio-theme-toggle>
|
||||
<div #externalIcons class="toolbar-external-icons-container">
|
||||
<a mat-icon-button href="https://twitter.com/angular" title="Twitter" aria-label="Angular on twitter">
|
||||
<a mat-icon-button href="https://twitter.com/angular" title="Twitter" aria-label="Angular on Twitter">
|
||||
<mat-icon svgIcon="logos:twitter"></mat-icon>
|
||||
</a>
|
||||
<a mat-icon-button href="https://github.com/angular/angular" title="GitHub" aria-label="Angular on github">
|
||||
<a mat-icon-button href="https://github.com/angular/angular" title="GitHub" aria-label="Angular on GitHub">
|
||||
<mat-icon svgIcon="logos:github"></mat-icon>
|
||||
</a>
|
||||
<a mat-icon-button href="https://youtube.com/angular" title="YouTube" aria-label="Angular on YouTube">
|
||||
|
|
|
|||
Loading…
Reference in a new issue