This commit is contained in:
2024-05-22 19:42:06 +05:30
parent 8964a3fd8b
commit f9d853322f
2 changed files with 2 additions and 6 deletions

View File

@@ -387,9 +387,7 @@ const AddBlogsAndArticles = () => {
color={
metaDescription.length > 160
? "red"
: metaDescription.length > 100
? "crimson"
: ""
: "green.400"
}

View File

@@ -296,9 +296,7 @@ const AddUseCase = () => {
color={
metaDescription.length > 160
? "red"
: metaDescription.length > 100
? "crimson"
: ""
: "green.400"
}