Everything up and running, final touches

This commit is contained in:
Angelos Chalaris
2019-08-24 12:45:32 +03:00
parent f69898f88d
commit 5b4ad36c8e
2 changed files with 1 additions and 3 deletions

View File

@ -161,8 +161,6 @@ const ShortCard = ({
</script>
}
</div>
<h5 className='card-section-browser-support-title'>Browser support</h5>
<p className='browser-support-data'>{snippetData.supportPercentage.toFixed(1)}%</p>
</div>
</div>
);