mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-22 13:42:50 +02:00
Add meta tags for patterns
This commit is contained in:
@@ -20,6 +20,8 @@ const Details: React.FC<{}> = () => {
|
||||
<DetailsLayout pattern={Pattern.PricingTable}>
|
||||
<Helmet>
|
||||
<meta name="description" content="Create a pricing table with CSS flexbox" />
|
||||
<meta name="og:description" content="Create a pricing table with CSS flexbox" />
|
||||
<meta name="twitter:description" content="Create a pricing table with CSS flexbox" />
|
||||
<meta name="keywords" content="css flexbox, css pricing table" />
|
||||
</Helmet>
|
||||
<div className='p-8 pb-20'>
|
||||
|
Reference in New Issue
Block a user