Skip to content

Commit 0aabea1

Browse files
committed
⚙️: Fix Meta tags
1 parent fba6959 commit 0aabea1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/boxshadows.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const Metadata = () => {
180180
<meta name="robots" content="follow, index" />
181181
<meta
182182
content={`A curated list of box shadows for TailwindCSS. Available in classes, JIT
183-
and config mode. Click to copy styles and paste it in your HTML div section to apply box shadows instantly`}
183+
and vanilla CSS. Click to copy styles and paste it in your HTML div section to apply box shadows instantly.`}
184184
name="description"
185185
/>
186186
<meta
@@ -193,7 +193,7 @@ const Metadata = () => {
193193
<meta
194194
property="og:description"
195195
content={`A curated list of box shadows for TailwindCSS. Available in classes, JIT
196-
and config mode. Click to copy styles and paste it in your HTML div section to apply box shadows instantly`}
196+
and vanilla CSS. Click to copy styles and paste it in your HTML div section to apply box shadows instantly.`}
197197
/>
198198
<meta
199199
property="og:title"
@@ -213,7 +213,7 @@ const Metadata = () => {
213213
<meta
214214
name="twitter:description"
215215
content={`A curated list of box shadows for TailwindCSS. Available in classes, JIT
216-
and config mode. Click to copy styles and paste it in your HTML div section to apply box shadows instantly`}
216+
and vanilla CSS. Click to copy styles and paste it in your HTML div section to apply box shadows instantly.`}
217217
/>
218218
{/* FIXME: Add Image */}
219219

0 commit comments

Comments
 (0)