feat(test): add functionality for drill, hard test module testing
This commit is contained in:
@ -103,19 +103,16 @@ export const Home = () => {
|
||||
your scores now!
|
||||
</p>
|
||||
</section> */}
|
||||
<Card
|
||||
className="relative bg-linear-to-br from-red-600 to-red-700 rounded-4xl
|
||||
flex-row"
|
||||
>
|
||||
<Card className="relative bg-linear-to-br from-red-600 to-red-700 rounded-4xl">
|
||||
<div className="space-y-4">
|
||||
<CardHeader className="w-[200%] md:w-full">
|
||||
<CardHeader className="">
|
||||
<CardTitle className="font-satoshi-bold tracking-tight text-3xl text-white">
|
||||
Your score is low!
|
||||
</CardTitle>
|
||||
</CardHeader>
|
||||
|
||||
<CardContent className="md:w-full space-y-4">
|
||||
<Field className="w-full max-w-sm">
|
||||
<CardContent className="space-y-4">
|
||||
<Field className="w-full">
|
||||
<FieldLabel htmlFor="progress-upload">
|
||||
<span className="font-satoshi text-white">Score</span>
|
||||
<span className="ml-auto font-satoshi text-white">
|
||||
|
||||
Reference in New Issue
Block a user