Skip to content

Commit 40287db

Browse files
nzakasamareshsm
andauthored
docs: Remove Google Group icon (#16779)
* docs: Remove Google Group icon * Update docs/src/assets/scss/components/social-icons.scss Co-authored-by: Amaresh S M <[email protected]> * Update docs/src/assets/scss/components/social-icons.scss Co-authored-by: Amaresh S M <[email protected]> Co-authored-by: Amaresh S M <[email protected]>
1 parent ea10ca5 commit 40287db

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

docs/src/_includes/components/social-icons.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@ <h2 id="eslint-social-label" hidden>{{ site.footer.social_icons.title }}</h2>
1111
</svg>
1212
</a>
1313
</li>
14-
<li>
15-
<a href="{{ links.group }}" rel="noopener noreferrer" target="_blank">
16-
<svg width="24" height="25" viewBox="0 0 24 25" class="c-icon" role="img"
17-
aria-label="{{ site.footer.social_icons.mailing_list }}">
18-
<path
19-
d="M23.5072 9.92762H12.0522V14.8366H18.5442C17.5072 18.1096 14.9442 19.2006 12.0002 19.2006C10.8597 19.202 9.73567 18.9283 8.7235 18.4026C7.71133 17.877 6.84089 17.1149 6.18603 16.1812C5.53116 15.2474 5.11119 14.1695 4.96174 13.0388C4.8123 11.9081 4.93779 10.758 5.32758 9.68619C5.71736 8.61435 6.35993 7.65234 7.20078 6.88179C8.04162 6.11123 9.05593 5.55486 10.1576 5.25989C11.2594 4.96491 12.416 4.94004 13.5293 5.18736C14.6427 5.43469 15.68 5.94693 16.5532 6.68062L20.1202 3.28062C18.6835 1.95814 16.9458 1.00625 15.0578 0.507551C13.1698 0.0088549 11.1887 -0.0215774 9.28633 0.418895C7.38395 0.859367 5.61779 1.75744 4.14115 3.03516C2.6645 4.31289 1.52197 5.93167 0.812711 7.75102C0.103454 9.57037 -0.151101 11.5353 0.0711364 13.4753C0.293374 15.4154 0.98569 17.2718 2.088 18.8837C3.19032 20.4955 4.66932 21.814 6.39666 22.7247C8.124 23.6354 10.0475 24.1108 12.0002 24.1096C18.6172 24.1096 24.6002 19.7456 23.5072 9.92762Z"
20-
fill="currentColor" />
21-
</svg>
22-
</a>
23-
</li>
2414
<li>
2515
<a href="{{ links.github }}" rel="noopener noreferrer" target="_blank">
2616
<svg width="25" height="24" viewBox="0 0 25 24" class="c-icon" role="img"

docs/src/assets/scss/components/social-icons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
padding: 0;
88
margin-left: -1rem;
99
margin-inline-start: -1rem;
10+
display: inline-flex;
1011

1112
li {
1213
margin: 0;
13-
display: inline-flex;
1414
align-items: center;
1515

1616
a {

0 commit comments

Comments
 (0)