Remove Twitter logo

This commit is contained in:
Matt Swensen 2020-04-17 06:38:45 -06:00
parent 161d24791e
commit 6948d1f57f
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
2 changed files with 1 additions and 25 deletions

@ -17,19 +17,6 @@ export default () => {
href="https://twitter.com/themerdev"
target="_blank"
rel="noopener noreferrer"
>
<svg
className={ styles.svg }
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 400 400"
>
<title>Twitter Logo</title>
<path
className={ styles.bird }
d="M153.62,301.59c94.34,0,145.94-78.16,145.94-145.94,0-2.22,0-4.43-.15-6.63A104.36,104.36,0,0,0,325,122.47a102.38,102.38,0,0,1-29.46,8.07,51.47,51.47,0,0,0,22.55-28.37,102.79,102.79,0,0,1-32.57,12.45,51.34,51.34,0,0,0-87.41,46.78A145.62,145.62,0,0,1,92.4,107.81a51.33,51.33,0,0,0,15.88,68.47A50.91,50.91,0,0,1,85,169.86c0,.21,0,.43,0,.65a51.31,51.31,0,0,0,41.15,50.28,51.21,51.21,0,0,1-23.16.88,51.35,51.35,0,0,0,47.92,35.62,102.92,102.92,0,0,1-63.7,22A104.41,104.41,0,0,1,75,278.55a145.21,145.21,0,0,0,78.62,23"
/>
</svg>
@themerdev
</a>
>Follow @themerdev</a>
);
}

@ -18,14 +18,3 @@
.handle:active {
background-color: var(--handle-active-background-color);
}
.svg {
height: var(--size-large-1);
width: var(--size-large-1);
margin-right: var(--size-small-5);
vertical-align: middle;
}
.bird{
fill: currentColor;
}