Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
vmork committed Nov 10, 2024
1 parent 1eb3e29 commit 8508e28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions src/app/student/map/_components/QuestionnaireForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { useScreenSize } from "@/components/shared/hooks/useScreenSize"
import { useSurveyData } from "@/components/shared/hooks/useSurveyData"
import { Page } from "@/components/shared/Page"
import { Button } from "@/components/ui/button"
import { ArrowLeft } from "lucide-react"
import Link from "next/link"
import { useRouter } from "next/navigation"
import { useEffect, useState } from "react"

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

<div
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 `}>
<Link
className="hover:text-melon-500 flex items-center justify-center rounded-3xl text-center text-sm text-melon-700"
href={"/"}>
<ArrowLeft size={18}></ArrowLeft>
Back to Homepage
</Link>
<Button onClick={onSubmit} className="px-7">
Generate
<Button onClick={onSubmit} className="ml-auto px-7">
Select
</Button>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/student/map/lib/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ export const programmeList = [
"Industrial Engineering",
"Industrial Economics",
"Information Technology",
"Technical Mathematics",
"Engineering Mathematics",
"Material design",
"Mechanical Engineering",
"Media Technology",
"Medical Engineering",
"Material & Product Design",
"Physics",
"Engineering Physics",
"Vehicle Engineering",
"Urban Management Engineering",
"Open",
Expand Down

0 comments on commit 8508e28

Please sign in to comment.