mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
refactor(workspace): move ProblemDescriptionFooter to features
This commit is contained in:
parent
f6f640927d
commit
e0adfa3075
@ -14,9 +14,7 @@ export default function ProblemDescriptionFooter({
|
||||
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">
|
||||
<span className="truncate">
|
||||
Description of Two Sum
|
||||
</span>
|
||||
<span className="truncate">Description of Two Sum</span>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
Loading…
Reference in New Issue
Block a user