Skip to content
Snippets Groups Projects
Commit 6038b58e authored by rob's avatar rob
Browse files

Merge master into production to fix typo

parents 51f12fc7 6c1f2776
No related branches found
No related tags found
4 merge requests!53Cv upload,!49Master,!35Create pages from mockups and link with Prisma,!23Fix typo in student dashboard page
Pipeline #421478 passed
......@@ -8,7 +8,6 @@
"name": "drp45",
"version": "0.1.0",
"dependencies": {
"@prisma/client": "^4.15.0",
"@prisma/client": "^4.15.0",
"bootstrap": "^5.3.0",
"eslint": "8.41.0",
......@@ -22,6 +21,7 @@
"prisma": "^4.15.0",
"prisma": "^4.15.0",
"cypress": "^12.13.0",
"prisma": "^4.15.0",
"start-server-and-test": "^2.0.0"
}
},
......@@ -4350,6 +4350,23 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/prisma": {
"version": "4.15.0",
"resolved": "https://registry.npmjs.org/prisma/-/prisma-4.15.0.tgz",
"integrity": "sha512-iKZZpobPl48gTcSZVawLMQ3lEy6BnXwtoMj7hluoGFYu2kQ6F9LBuBrUyF95zRVnNo8/3KzLXJXJ5TEnLSJFiA==",
"devOptional": true,
"hasInstallScript": true,
"dependencies": {
"@prisma/engines": "4.15.0"
},
"bin": {
"prisma": "build/index.js",
"prisma2": "build/index.js"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/prop-types": {
"version": "15.8.1",
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
......
......@@ -56,7 +56,7 @@ function StudentDashboard() {
</Accordion.Body>
</Accordion.Item>
<Accordion.Item eventKey="1">
<Accordion.Header>Profient in Maths</Accordion.Header>
<Accordion.Header>Proficient in Maths</Accordion.Header>
<Accordion.Body>
<Form.Group className="mb-3" controlId="formGroupSkill2">
<Form.Control as="textarea" rows={3} placeholder="Enter your evidence of the skill" defaultValue={student.maths} ref={mathRef}/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment