Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove Google Group icon #16779

Merged
merged 3 commits into from Jan 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 0 additions & 10 deletions docs/src/_includes/components/social-icons.html
Expand Up @@ -11,16 +11,6 @@ <h2 id="eslint-social-label" hidden>{{ site.footer.social_icons.title }}</h2>
</svg>
</a>
</li>
<li>
<a href="{{ links.group }}" rel="noopener noreferrer" target="_blank">
<svg width="24" height="25" viewBox="0 0 24 25" class="c-icon" role="img"
aria-label="{{ site.footer.social_icons.mailing_list }}">
<path
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"
fill="currentColor" />
</svg>
</a>
</li>
<li>
<a href="{{ links.github }}" rel="noopener noreferrer" target="_blank">
<svg width="25" height="24" viewBox="0 0 25 24" class="c-icon" role="img"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/assets/scss/components/social-icons.scss
Expand Up @@ -7,10 +7,10 @@
padding: 0;
margin-left: -1rem;
margin-inline-start: -1rem;
display: inline-flex;

li {
margin: 0;
display: inline-flex;
align-items: center;

a {
Expand Down