Everything up and running, final touches
This commit is contained in:
@ -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>
|
||||
);
|
||||
|
||||
@ -49,7 +49,7 @@ const ListPage = props => {
|
||||
<>
|
||||
<Meta
|
||||
title='Snippet List'
|
||||
meta={[{ name: `google-site-verification`, content: `ADD YOUR VERIFICATION CODE HERE` }]}
|
||||
meta={[{ name: `google-site-verification`, content: `YX9mF-TxoHZGJ9SZ8XwvWgGR_KTcbH1uHul4iDklyr0` }]}
|
||||
/>
|
||||
<Shell withIcon={false} withTitle={false} isList>
|
||||
<div className='splash'>
|
||||
|
||||
Reference in New Issue
Block a user