Skip to content

Commit

Permalink
Merge pull request #475 from Priyaaa1/revert-466-new
Browse files Browse the repository at this point in the history
Revert "Added "Feedback Form/Page" to "Star Connect Hub" Website"
  • Loading branch information
Priyaaa1 committed Jun 15, 2024
2 parents d536c03 + ed19228 commit d42d0df
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 218 deletions.
5 changes: 1 addition & 4 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import InvestorManagementPage from "./Pages/InvestorManagementPage";
import FinancialServices from './Pages/FinancialServices'
import FullServiceFund from './Pages/FullServiceFund';
import { PiSelectionInverseThin } from "react-icons/pi";
import FeedbackPage from './Pages/FeedbackForm';
import Notfound from './Components/Notfound/Notfound';

export const ThemeContext = createContext();
Expand Down Expand Up @@ -80,9 +79,7 @@ const App = () => {
<Route path='/investormanagementpage' element={<InvestorManagementPage/>}/>
<Route path='/financialservicesPage' element = {<FinancialServices/>}/>
<Route path="/fullservicefund" element={<FullServiceFund/>}/>
<Route path="/feedback" element={<FeedbackPage />} />
<Route path="*" element={<Notfound />} />

<Route path="*" element={<Notfound/>}/>
</Routes>
<ChatAssistant/>
<GoToTop/>
Expand Down
2 changes: 0 additions & 2 deletions src/Components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const Footer = () => {
};

return (

<div className='footer'>
<div className='footer-container footer-container-md'>
<div className='footer-1'>
Expand Down Expand Up @@ -58,7 +57,6 @@ const Footer = () => {
<NavLink to="/#accordian" onClick={() => scrollToSection("accordian")}>
<li className='footer-link'>FAQ</li>
</NavLink>
<NavLink to="/feedback"><li className='footer-link'>Feedback</li></NavLink>
</ul>
</div>
<div className='footer-2'>
Expand Down
7 changes: 0 additions & 7 deletions src/Components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,6 @@ const Navbar = () => {
</NavLink>
</div>
</li>
<li>
<div className="nav1">
<NavLink to="/feedback">
Feedback
</NavLink>
</div>
</li>
<li>
<NavLink to="/login">
<button className='logIn'>LOG IN</button>
Expand Down
111 changes: 0 additions & 111 deletions src/Pages/FeedbackForm.jsx

This file was deleted.

94 changes: 0 additions & 94 deletions src/Pages/feedback.css

This file was deleted.

0 comments on commit d42d0df

Please sign in to comment.