Skip to content

Commit a89a094

Browse files
committed
refactor: change unit to units
1 parent 1103ba9 commit a89a094

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111

1212
<meta name="description" content="Convert CSS units effortlessly.">
1313
<meta name="author" content="zshaian">
14-
<meta name="keywords" content="CSS, Unit Conversion, px to em,px to rem,px to %, CSS Unit Playground">
14+
<meta name="keywords" content="CSS, Units Conversion, px to em,px to rem,px to %, CSS Units Playground">
1515
<meta name="robots" content="index, follow">
1616

17-
<meta property="og:title" content="CSS Unit Playground">
17+
<meta property="og:title" content="CSS Units Playground">
1818
<meta property="og:description" content="Convert CSS units effortlessly.">
19-
<meta property="og:site_name" content="CSS Unit Playground" />
19+
<meta property="og:site_name" content="CSS Units Playground" />
2020
<meta property="og:image" content="/large-og-image.png">
21-
<meta property="og:url" content="https://cssunitplayground.netlify.app">
21+
<meta property="og:url" content="https://cssunitsplayground.netlify.app">
2222
<meta property="og:type" content="website">
2323
<meta property="og:locale" content="en_US">
2424

2525
<meta name="twitter:card" content="summary_large_image">
26-
<meta name="twitter:title" content="CSS Unit Playground">
26+
<meta name="twitter:title" content="CSS Units Playground">
2727
<meta name="twitter:description" content="Convert CSS units effortlessly.">
2828

2929
<meta name="theme-color" content="#111111">
30-
<title>CSS Unit Playground</title>
30+
<title>CSS Units Playground</title>
3131
</head>
3232
<body>
3333
<div id="root"></div>

0 commit comments

Comments
 (0)