From 10707aa51c397f8be3d47cd3cd20b0c5a609d039 Mon Sep 17 00:00:00 2001 From: tamalCodes Date: Tue, 9 Apr 2024 14:40:39 +0530 Subject: [PATCH] fix: changes --- README.md | 12 +++++----- SECURITY.md | 4 ++-- index.html | 22 ++++++++++--------- src/components/private/infoBanner/Landing.jsx | 2 +- src/pages/Home.jsx | 4 ++-- src/pages/auth/Login.jsx | 6 ++--- src/pages/auth/SignUp.jsx | 6 ++--- src/pages/donate/Donate.jsx | 14 ++++++------ src/utils/ComponentHelmet.jsx | 8 +++---- vite.config.js | 4 ++-- 10 files changed, 42 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index cb409e29..bcde11b1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/MilanCommunity/Milan)](https://github.com/MilanCommunity/Milan/releases) ![GitHub repo size](https://img.shields.io/github/repo-size/MilanCommunity/Milan) -# What is Milan ? +# What is NGOWorld ? -Milan is a hub to **connect** NGOs, Charities, and the world to **collaborate** and **build** a better tomorrow. Sign up as an organization/user and be a cause for change. Don't forget to drop a star ⭐. +NGOWorld is a hub to **connect** NGOs, Charities, and the world to **collaborate** and **build** a better tomorrow. Sign up as an organization/user and be a cause for change. Don't forget to drop a star ⭐.
@@ -16,7 +16,7 @@ Milan is a hub to **connect** NGOs, Charities, and the world to **collaborate** -Milan Readme Banner +NGOWorld Readme Banner @@ -46,11 +46,11 @@ Milan is a hub to **connect** NGOs, Charities, and the world to **collaborate**
-# Contributing to Milan 🔐 +# Contributing to NGOWorld 🔐 Remember, Good PR makes you a Good contributor ! -We at Milan work hard to maintain the structure, and [use conventional Pull](https://github.com/MilanCommunity/Milan/blob/main/CONTRIBUTING.md#pull-request-title-format-) request titles and commits. Without a proper template for the PR, not following the guidelines and spam might get the pull request closed, or banned. +We at NGOWorld work hard to maintain the structure, and [use conventional Pull](https://github.com/MilanCommunity/Milan/blob/main/CONTRIBUTING.md#pull-request-title-format-) request titles and commits. Without a proper template for the PR, not following the guidelines and spam might get the pull request closed, or banned. ## 1️. Setting up the project locally @@ -67,7 +67,7 @@ We at Milan work hard to maintain the structure, and [use conventional Pull](htt # License 👮 -Milan is Licensed under the MIT License. Please go through the License at least once before contributing. +NGOWorld is Licensed under the MIT License. Please go through the License at least once before contributing. # Support 🙏 diff --git a/SECURITY.md b/SECURITY.md index 416b95ce..ca1ea17f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,5 +2,5 @@ If you find a security error please **DONOT** make an issue /discussion out of it, talk about it publicly, instead report it with the most details possible to [Tamal Das](https://twitter.com/tamalCodes). You can expect an update within the next **36 hours** - if not please be patient. -Thankyou. -Team Milan. +Thankyou. +Team NGOWorld. diff --git a/index.html b/index.html index 534d74ea..54fb2197 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ @@ -19,29 +19,29 @@ - + + content="NGOWorld, hub, connect, user collaboration, charities, NGO, support, social impact,community"> - + + content="Welcome to NGOWorld, we are a hub to connect NGOs, Charities, and the world to collaborate and build a better tommorow." /> - + + content="Welcome to NGOWorld, we are a hub to connect NGOs, Charities, and the world to collaborate and build a better tommorow." /> @@ -57,13 +57,15 @@ - + - + - Milan + NGOWorld diff --git a/src/components/private/infoBanner/Landing.jsx b/src/components/private/infoBanner/Landing.jsx index 5f1b17a5..7192322d 100644 --- a/src/components/private/infoBanner/Landing.jsx +++ b/src/components/private/infoBanner/Landing.jsx @@ -70,7 +70,7 @@ const Landing = () => { {windowWidth > 430 ? (

- Milan is an OpenSource platform to connect NGOs, + NGOWorld is an OpenSource platform to connect NGOs, Charities, and you to collaborate and{" "} build a better tomorrow.

diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index 1ecdd66c..99fc1831 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -32,10 +32,10 @@ const Home = () => { return ( <> - Milan | Home + NGOWorld diff --git a/src/pages/auth/Login.jsx b/src/pages/auth/Login.jsx index f1b61e4f..1a314d29 100644 --- a/src/pages/auth/Login.jsx +++ b/src/pages/auth/Login.jsx @@ -43,7 +43,7 @@ const Login = () => { return ( <> - Milan | Login + NGOWorld | Login { > {window.location.pathname.includes("signup") ? "Have an account? Login" - : "New to Milan? Sign up"} + : "No account? Sign up"} @@ -169,7 +169,7 @@ const Login = () => { > {window.location.pathname.includes("signup") ? "Have an account? Login" - : "New to Milan? Sign up"} + : "No account? Sign up"} diff --git a/src/pages/auth/SignUp.jsx b/src/pages/auth/SignUp.jsx index 6e858827..90d808d6 100644 --- a/src/pages/auth/SignUp.jsx +++ b/src/pages/auth/SignUp.jsx @@ -54,7 +54,7 @@ const SignUp = () => { return ( <> - Milan | SignUp + NGOWorld | SignUp { > {window.location.pathname.includes("signup") ? "Have an account? Login" - : "New to Milan? Sign up"} + : "No account? Sign up"} @@ -216,7 +216,7 @@ const SignUp = () => { > {window.location.pathname.includes("signup") ? "Have an account? Login" - : "New to Milan? Sign up"} + : "No account? Sign up"} diff --git a/src/pages/donate/Donate.jsx b/src/pages/donate/Donate.jsx index 74509c51..797fbf73 100644 --- a/src/pages/donate/Donate.jsx +++ b/src/pages/donate/Donate.jsx @@ -1,15 +1,15 @@ // This is the donate page where we come and select clubs to donate an amount ! +import Cookies from "js-cookie"; import React, { useEffect, useState } from "react"; -import SingleClubEvent from "../../components/Cards/SingleClubEvent/SingleClubEvent"; -import { GetAllClubs } from "../../service/MilanApi"; -import "./Donate.css"; +import { Helmet } from "react-helmet-async"; +import { useNavigate } from "react-router-dom"; import { toast } from "react-toastify"; import "react-toastify/dist/ReactToastify.css"; -import { Helmet } from "react-helmet-async"; +import SingleClubEvent from "../../components/Cards/SingleClubEvent/SingleClubEvent"; import Loading from "../../components/Loading"; -import Cookies from "js-cookie"; -import { useNavigate } from "react-router-dom"; +import { GetAllClubs } from "../../service/MilanApi"; +import "./Donate.css"; const Donate = () => { document.title = "Milan | Donate the needy"; @@ -59,7 +59,7 @@ const Donate = () => { return ( <> - Milan | Donations + NGOWorld | Donations - Milan | {type} + NGOWorld | {type} ) : type == "Events" ? ( - Milan | Events + NGOWorld | Events diff --git a/vite.config.js b/vite.config.js index 37601682..6c8a9b9f 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,8 +12,8 @@ export default defineConfig({ includeAssets: ["favicon.svg", "robots.txt"], injectRegister: "auto", manifest: { - short_name: "Milan", - name: "Milan", + short_name: "NGOWorld", + name: "NGOWorld", start_url: "./", display: "standalone", theme_color: "#000000",