Skip to content

Commit 8508e28

Browse files
committed
wording
1 parent 1eb3e29 commit 8508e28

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

src/app/student/map/_components/QuestionnaireForm.tsx

+2-10
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import { useScreenSize } from "@/components/shared/hooks/useScreenSize"
88
import { useSurveyData } from "@/components/shared/hooks/useSurveyData"
99
import { Page } from "@/components/shared/Page"
1010
import { Button } from "@/components/ui/button"
11-
import { ArrowLeft } from "lucide-react"
12-
import Link from "next/link"
1311
import { useRouter } from "next/navigation"
1412
import { useEffect, useState } from "react"
1513

@@ -100,14 +98,8 @@ export function QuestionnaireForm({ onClose }: { onClose?: () => void }) {
10098

10199
<div
102100
className={`${width && width < 768 ? "fixed bottom-0 z-50 mb-0 h-16 w-full bg-gradient-to-b from-stone-900 to-stone-950/40 px-5 filter backdrop-blur-lg" : "mb-4"} left-0 flex items-center justify-between `}>
103-
<Link
104-
className="hover:text-melon-500 flex items-center justify-center rounded-3xl text-center text-sm text-melon-700"
105-
href={"/"}>
106-
<ArrowLeft size={18}></ArrowLeft>
107-
Back to Homepage
108-
</Link>
109-
<Button onClick={onSubmit} className="px-7">
110-
Generate
101+
<Button onClick={onSubmit} className="ml-auto px-7">
102+
Select
111103
</Button>
112104
</div>
113105
</div>

src/app/student/map/lib/survey.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ export const programmeList = [
1818
"Industrial Engineering",
1919
"Industrial Economics",
2020
"Information Technology",
21-
"Technical Mathematics",
21+
"Engineering Mathematics",
2222
"Material design",
2323
"Mechanical Engineering",
2424
"Media Technology",
2525
"Medical Engineering",
2626
"Material & Product Design",
27-
"Physics",
27+
"Engineering Physics",
2828
"Vehicle Engineering",
2929
"Urban Management Engineering",
3030
"Open",

0 commit comments

Comments
 (0)