Skip to content

Commit

Permalink
Merge pull request #424 from maniyaom/revert-396-feedback-theme
Browse files Browse the repository at this point in the history
Revert "Feedback theme changed according to the websites theme"
  • Loading branch information
maniyaom authored Oct 30, 2024
2 parents 6d6e4c0 + d2826f6 commit c145cc7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 186 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"babel-preset-react-app": "^10.0.1",

"html5-qrcode": "^2.3.8",
"tailwindcss": "^3.4.13"

}
}
}
175 changes: 0 additions & 175 deletions src/Pages/Feedback.js

This file was deleted.

8 changes: 0 additions & 8 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ export default function Navbar() {
Contact Us
</NavLink>
</li>
<li>
<NavLink
to="/Feedback"
className={({ isActive }) => (isActive ? 'active-link' : 'inactive-link')}
>
Feedback
</NavLink>
</li>
{!isLoggedIn && (
<li>
<NavLink
Expand Down
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import './index.css';
import Home from './Pages/Home';
import AboutUs from './Pages/AboutUs';
import ContactUs from './Pages/ContactUs';
import Feedback from './Feedback';
import Login from './Pages/Login';
import SignUp from './Pages/SignUp';
import AddMovie from './Pages/AddMovie';
Expand Down Expand Up @@ -36,7 +35,6 @@ function App() {
<Route path="/AboutUs" element={<AboutUs />} />
<Route path="/ContactUs" element={<ContactUs />} />
<Route path="/ContactUs/:name" element={<ContactUs />} />
<Route path="/feedback" element={<Feedback/>} />
<Route path="/Login" element={<Login />} />
<Route path="/SignUp" element={<SignUp />} />
<Route path="/ForgotPassword" element={<ForgotPassword />} />
Expand Down

0 comments on commit c145cc7

Please sign in to comment.