mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +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)}
|
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>
|
||||||
);
|
);
|
Loading…
Reference in New Issue
Block a user