mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
fix(problem): change content
to description
for problem page rendering
This commit is contained in:
parent
bf6b5567b7
commit
944c5407bd
@ -25,7 +25,7 @@ export default async function ProblemPage({
|
||||
|
||||
return (
|
||||
<ScrollArea className="[&>[data-radix-scroll-area-viewport]]:max-h-[calc(100vh-130px)]">
|
||||
<MdxRenderer source={problem.content} />
|
||||
<MdxRenderer source={problem.description} />
|
||||
</ScrollArea>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user