Remove tweet button: Slow to load and mostly unused
This commit is contained in:
parent
8187e3c623
commit
b0a55c74f2
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue