mirror of
https://github.com/WDI-Ideas/rubix-admin-panel.git
synced 2026-04-27 19:15:51 +00:00
updated
This commit is contained in:
@@ -387,9 +387,7 @@ const AddBlogsAndArticles = () => {
|
||||
color={
|
||||
metaDescription.length > 160
|
||||
? "red"
|
||||
: metaDescription.length > 100
|
||||
? "crimson"
|
||||
: ""
|
||||
: "green.400"
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -296,9 +296,7 @@ const AddUseCase = () => {
|
||||
color={
|
||||
metaDescription.length > 160
|
||||
? "red"
|
||||
: metaDescription.length > 100
|
||||
? "crimson"
|
||||
: ""
|
||||
: "green.400"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user