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>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|
||||||
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -114,17 +114,6 @@ const App = () => {
|
||||||
{new Date().getFullYear()}
|
{new Date().getFullYear()}
|
||||||
{'.'}
|
{'.'}
|
||||||
</Typography>
|
</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 className={classes.controlsContainer}>{mainView === 'MAIN' ? <Controls /> : null}</Box>
|
||||||
</Box>
|
</Box>
|
||||||
</Paper>
|
</Paper>
|
||||||
|
|
Loading…
Reference in New Issue