Implemented a simple page to view the currently registered users
This commit is contained in:
@@ -50,7 +50,7 @@ export default function Writing({exam, showSolutions = false, onFinish}: Props)
|
||||
<div className="flex flex-col max-w-2xl gap-2">
|
||||
<span>{exam.text.info}</span>
|
||||
<span className="font-bold ml-8">
|
||||
{exam.text.prompt.split("\n").map((line, index) => (
|
||||
{exam.text.prompt.split("\\n").map((line, index) => (
|
||||
<Fragment key={index}>
|
||||
<span>{line}</span>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user