Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
updated ui of new project page
Browse files Browse the repository at this point in the history
  • Loading branch information
Manas2403 committed Jun 17, 2023
1 parent b61a20e commit 3fa75e5
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 304 deletions.
6 changes: 4 additions & 2 deletions pages/dashboard/project/[id]/[formid]/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ import FormResponse from "../../../../../components/elements/FormResponse";
import DashboardVector from "../../../../../assets/svgs/dashboardsVector.svg";
import Image from "next/image";
import SEO from "../../../../../components/utils/SEO";
export default function Project() {
export default function FormDashboard() {
const router = useRouter();
const { formid } = router.query;
const { setActive } = useContext(AppbarContext);
let { isLoggedIn, user } = useContext(UserContext);
useEffect(() => {
Expand Down Expand Up @@ -60,7 +62,7 @@ export default function Project() {
className="ml-auto object-cover h-full"
/>
</div>
<div className="flex flex-col gap-8 md:w-1/2 w-9/12 z-20 mt-16">
<div className="flex flex-col gap-8 lg:w-1/2 w-5/6 z-20 mt-16">
<div className="flex flex-col gap-2 ">
<div className="flex flex-row gap-2 items-center">
<h1 className=" text-[#DEF7E5] font-bold text-5xl">
Expand Down
Loading

0 comments on commit 3fa75e5

Please sign in to comment.