ngoworldcommunity / NGOWorld

A platform to connect and support NGOs, charities and you to build a better tomorrow.
https://ngoworld.org
MIT License
366 stars 422 forks source link

fix: added footer to UserProfile.jsx and removed footer from Events.jsx #1169

Closed Yash-Sajwan24 closed 10 months ago

Yash-Sajwan24 commented 11 months ago

closes #1160

πŸ‘·πŸ» Changes made

added footer to UserProfile and removed footer from Events

I have executed two operations:

Summary by CodeRabbit

coderabbitai[bot] commented 11 months ago

Walkthrough

The changes made involve the relocation of the Footer component from the Events page to the UserProfile page. This means that the Footer component is no longer rendered on the Events page, but is now rendered on the UserProfile page instead.

Changes

File Path Summary
.../Event/AllEvents/Events.jsx The Footer component was removed from this file, both from the import statements and the JSX rendering.
.../User/UserProfile.jsx The Footer component was added to this file, both in the import statements and at the end of the UserProfile component.

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - If you reply to a *review comment* from CodeRabbit, the bot will automatically respond. - To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment - Note: Review comments are made on code diffs or files, not on the PR overview. - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Note: For conversation with the bot, please use the review comments on code diffs or files. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json`
github-actions[bot] commented 10 months ago

This pull request has been deployed to Vercel.

Latest commit: 43463d2
βœ… Preview: https://milan-nuuplne3w-iamtamal.vercel.app
πŸ” Inspect: https://vercel.com/iamtamal/milan/7yh649Fj9THqviDdiFB4VPoZG8yW

View Workflow Logs