Everything up and running, final touches
This commit is contained in:
@ -161,8 +161,6 @@ const ShortCard = ({
|
|||||||
</script>
|
</script>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<h5 className='card-section-browser-support-title'>Browser support</h5>
|
|
||||||
<p className='browser-support-data'>{snippetData.supportPercentage.toFixed(1)}%</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@ -49,7 +49,7 @@ const ListPage = props => {
|
|||||||
<>
|
<>
|
||||||
<Meta
|
<Meta
|
||||||
title='Snippet List'
|
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>
|
<Shell withIcon={false} withTitle={false} isList>
|
||||||
<div className='splash'>
|
<div className='splash'>
|
||||||
|
|||||||
Reference in New Issue
Block a user