Skip to content

Commit

Permalink
Fix the Contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj3553 committed Oct 26, 2024
1 parent b6f5285 commit fc3580b
Show file tree
Hide file tree
Showing 5 changed files with 619 additions and 715 deletions.
1 change: 1 addition & 0 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>

<!-- Bootstrap Script -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script>
Expand Down
6 changes: 1 addition & 5 deletions client/src/component/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import { Link } from 'react-router-dom';
import { FaXTwitter } from "react-icons/fa6";
import { FaGithub, FaLinkedin, FaYoutube } from 'react-icons/fa';
import React, { useEffect, useState } from 'react';
import { useEffect, useState } from 'react';

const Footer = (props) => {
const [email, setEmail] = useState("");
Expand Down Expand Up @@ -196,13 +196,9 @@ const Footer = (props) => {
<li className="nav-item">
<Link to='/codeofconduct'>Code of Conduct</Link>
</li>
<li className="nav-item">
<Link to="./src/contributor">Our Contributors</Link>
</li>
<li className="nav-item">
<a href="./src/contributor.html" id="ourvisionlink">Our Contributors</a>
</li>

</ul>
</div>

Expand Down
Loading

0 comments on commit fc3580b

Please sign in to comment.