File tree 2 files changed +4
-12
lines changed
2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ import { useScreenSize } from "@/components/shared/hooks/useScreenSize"
8
8
import { useSurveyData } from "@/components/shared/hooks/useSurveyData"
9
9
import { Page } from "@/components/shared/Page"
10
10
import { Button } from "@/components/ui/button"
11
- import { ArrowLeft } from "lucide-react"
12
- import Link from "next/link"
13
11
import { useRouter } from "next/navigation"
14
12
import { useEffect , useState } from "react"
15
13
@@ -100,14 +98,8 @@ export function QuestionnaireForm({ onClose }: { onClose?: () => void }) {
100
98
101
99
< div
102
100
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
111
103
</ Button >
112
104
</ div >
113
105
</ div >
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ export const programmeList = [
18
18
"Industrial Engineering" ,
19
19
"Industrial Economics" ,
20
20
"Information Technology" ,
21
- "Technical Mathematics" ,
21
+ "Engineering Mathematics" ,
22
22
"Material design" ,
23
23
"Mechanical Engineering" ,
24
24
"Media Technology" ,
25
25
"Medical Engineering" ,
26
26
"Material & Product Design" ,
27
- "Physics" ,
27
+ "Engineering Physics" ,
28
28
"Vehicle Engineering" ,
29
29
"Urban Management Engineering" ,
30
30
"Open" ,
You can’t perform that action at this time.
0 commit comments