refactor(workspace): move ProblemDescriptionFooter to features

This commit is contained in:
cfngc4594 2025-03-08 19:41:03 +08:00
parent f6f640927d
commit e0adfa3075

View File

@ -14,9 +14,7 @@ export default function ProblemDescriptionFooter({
className={cn("h-9 flex flex-none items-center bg-muted px-3 py-2", className)} className={cn("h-9 flex flex-none items-center bg-muted px-3 py-2", className)}
> >
<div className="w-full flex items-center justify-center"> <div className="w-full flex items-center justify-center">
<span className="truncate"> <span className="truncate">Description of Two Sum</span>
Description of Two Sum
</span>
</div> </div>
</footer> </footer>
); );