Skip to content

Commit ba70e8b

Browse files
erkamyamanatscott
authored andcommitted
feat(docs-infra): add Stack Overflow link to navigation social menu
Added Stack Overflow icon and link to the navigation component.
1 parent 30f63fc commit ba70e8b

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

adev/src/app/core/layout/navigation/navigation.component.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,29 @@
436436
</svg>
437437
</a>
438438
</li>
439+
<li>
440+
<a
441+
[href]="ngLinks.STACKOVERFLOW"
442+
cdkMenuItem
443+
title="Angular Stack Overflow"
444+
target="_blank"
445+
rel="noopener"
446+
>
447+
<!-- Stack Overflow Icon -->
448+
<svg
449+
width="20"
450+
height="20"
451+
viewBox="0 0 120 120"
452+
fill="none"
453+
xmlns="http://www.w3.org/2000/svg"
454+
>
455+
<path d="M84.4 93.8V70.6h7.7v30.9H22.6V70.6h7.7v23.2z" />
456+
<path
457+
d="M38.8 68.4l37.8 7.9 1.6-7.6-37.8-7.9-1.6 7.6zm5-18.1l35 16.3 3.2-7-35-16.4-3.2 7.1zm9.7-17.2l29.7 24.7 4.9-5.9-29.7-24.7-4.9 5.9zm19.2-18.3l-6.2 4.6 23 31 6.2-4.6-23-31zM38 86h38.6v-7.7H38V86z"
458+
/>
459+
</svg>
460+
</a>
461+
</li>
439462
</ul>
440463
</ng-template>
441464
</div>

0 commit comments

Comments
 (0)