We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f4dcec + c2d0911 commit c85cd86Copy full SHA for c85cd86
3 files changed
src/assets/header-icons.svg
src/components/header/index.js
@@ -59,6 +59,15 @@ export default function Header() {
59
<use href="/assets/header-icons.svg#twitter" />
60
</svg>
61
</a>
62
+ <a
63
+ class={style.socialItem}
64
+ aria-label="Chat with us on Slack"
65
+ href="http://chat.preactjs.com/"
66
+ >
67
+ <svg aria-hidden viewBox="0 0 512 512">
68
+ <use href="/assets/header-icons.svg#slack" />
69
+ </svg>
70
+ </a>
71
</div>
72
<div class={style.translation}>
73
<NavMenu language />
src/components/header/style.module.css
@@ -381,7 +381,7 @@
381
382
svg {
383
width: 1.5rem;
384
- height: auto;
+ height: 1.5rem;
385
}
386
387
0 commit comments