Skip to content

Commit

Permalink
feat: project-edition
Browse files Browse the repository at this point in the history
  • Loading branch information
maricdiranovic committed Feb 13, 2025
1 parent da7539f commit 58c8ab2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
16 changes: 7 additions & 9 deletions client/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions client/src/containers/funding/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ import React from 'react';
import ProjectCard from 'containers/projects/ui/card';

import Icon from 'components/icon';
<<<<<<< HEAD
=======

// import eye from 'svgs/icons/eye.svg?sprite';
// import upload from 'svgs/icons/upload.svg?sprite';
>>>>>>> 8af903628a29c788edf5e1cf3eb602333a7b3dc3
import CHEVRON_LEFT from 'svgs/icons/arrow-left.svg?sprite';

const FundingHome = () => {
Expand Down
2 changes: 1 addition & 1 deletion client/src/containers/my-projects/sidebar/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const ProjectForm = ({ initialData }: ProjectFormProps) => {

return errors;
}}
render={({handleSubmit}) => (
render={({ handleSubmit }) => (
<form onSubmit={handleSubmit} className="flex flex-col gap-8 p-4 md:flex-row">
<SideNavigation currentStep={currentStep} setCurrentStep={setCurrentStep} />
<div className="flex-1 max-w-3xl">
Expand Down
1 change: 0 additions & 1 deletion client/src/pages/my-projects/[projectId]/edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import ProjectForm from 'containers/my-projects/sidebar/form';
import ProtectedRoute from 'hoc/protectedRoute';
import NewProjectLayout from 'pages/my-projects/new/layout';


const TITLE_TEXT = 'FORA Projects | FORA supported regenerative agriculture projects';
const DESCRIPTION_TEXT =
'Stay up-to-date on the what, who, and where of the funding and strategies of FORA members for synergistic collaboration in support of your work.';
Expand Down

0 comments on commit 58c8ab2

Please sign in to comment.