(
"mb-4",
"text-gray-700 dark:text-refine-react-3",
"text-xl",
"font-lg",
"font-bold",
)
| 76 | > |
| 77 | <div |
| 78 | className={clsx( |
| 79 | "mb-4", |
| 80 | "text-gray-700 dark:text-refine-react-3", |
| 81 | "text-xl", |
| 82 | "font-lg", |
| 83 | "font-bold", |
| 84 | )} |
| 85 | > |
| 86 | {title} |
| 87 | </div> |
| 88 | </Link> |
| 89 | <div |
no outgoing calls
no test coverage detected