Remove tweet button: Slow to load and mostly unused

This commit is contained in:
Stefano Brilli 2020-04-26 16:05:28 +02:00
parent 8187e3c623
commit b0a55c74f2
2 changed files with 0 additions and 12 deletions

View File

@ -52,6 +52,5 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>
</html>

View File

@ -114,17 +114,6 @@ const App = () => {
{new Date().getFullYear()}
{'.'}
</Typography>
<Link
rel="noopener noreferrer"
href="https://twitter.com/share?ref_src=twsrc%5Etfw"
className="twitter-share-button"
data-via="thecybercase"
data-hashtags="MiniDisc"
data-dnt="true"
data-show-count="false"
>
Tweet
</Link>
<Box className={classes.controlsContainer}>{mainView === 'MAIN' ? <Controls /> : null}</Box>
</Box>
</Paper>