prathamjagga / automarket

Auto Market is the online platform to create and use automation apps.
https://automarket-s42l.vercel.app
GNU General Public License v3.0
16 stars 28 forks source link

Add Footer to the website. #35

Open sristy17 opened 3 months ago

sristy17 commented 3 months ago

Describe the solution you'd like Add a footer to the website consisting copywrites, etc.

github-actions[bot] commented 3 months ago

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

prathamjagga commented 2 months ago

Hi @sristy17 , are you still up for solving this?

sristy17 commented 2 months ago

Hi @sristy17 , are you still up for solving this?

Yep

prathamjagga commented 2 months ago

Okay, assigning this to you @sristy17

sristy17 commented 2 months ago

Okay, assigning this to you @sristy17

Hey! I need a help, I created the footer page and tried rendering but it is not showing in the web page, I am not very sure if I am rendering it to correct page, for confirmation can you help me with this? just help me with where to render the footer. There are some 3 page.tsx file, so. Also I was planning to render it in the home page, as well as the consequent pages if possible. tried rendering to WorkflowBuilder doesnt work!

prathamjagga commented 2 months ago

Apologies @sristy17 for responding lately, Firstly you must have the component for the footer created in: /frontend-app/src/app/_components Then add the footer component in /frontend-app/src/app/create-run/page.tsx and /frontend-app/src/app/market/page.tsx Make sure you are following the above steps, and if the problem is still there, you can create the PR and and I'll mention the required changes in the review. Appreciate the contribution.

sristy17 commented 2 months ago

Apologies @sristy17 for responding lately, Firstly you must have the component for the footer created in: /frontend-app/src/app/_components Then add the footer component in /frontend-app/src/app/create-run/page.tsx and /frontend-app/src/app/market/page.tsx Make sure you are following the above steps, and if the problem is still there, you can create the PR and and I'll mention the required changes in the review. Appreciate the contribution.

Hey m still not able to see the footer in the web page and not able to make changes accordingly. So can i creae a pull request and will you review it and tell me the changes?

prathamjagga commented 2 months ago

Hey m still not able to see the footer in the web page and not able to make changes accordingly. So can i creae a pull request and will you review it and tell me the changes?

Yeah please create a PR.