You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of feature/enhancement
To start work on the branch run the following
git fetch
git checkout 14-donatesupport-us-page
I have broken down the components below. So we can have you guys take one component each time you work on it to reduce conflict
Page component is at pages/donate/index.tsx
Components for this page are at components/DonatePage. You can just edit the relevant components that you are working on. For the LatestCampaign component, you can consider using the CommonCard component that we have already created.
Description of feature/enhancement
To start work on the branch run the following
I have broken down the components below. So we can have you guys take one component each time you work on it to reduce conflict
Page component is at
pages/donate/index.tsx
Components for this page are at
components/DonatePage
. You can just edit the relevant components that you are working on. For the LatestCampaign component, you can consider using the CommonCard component that we have already created.To test:
yarn dev
link to figma
The text was updated successfully, but these errors were encountered: