Skip to content

Commit

Permalink
update Navbar UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Premkolte committed Oct 18, 2024
1 parent 2156f3c commit f907812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import Help from './components/help';
import About from './components/about';
import Contributor from './Pages/contributor';
import Payment from './Pages/Payment';
// import HelpAndSupport from './Pages/HelpandSupport';
// import Emergency from './Pages/Emergency';
// import AboutUs from './Pages/AboutUs';
import HelpAndSupport from './Pages/HelpandSupport';
import Emergency from './Pages/Emergency';
import AboutUs from './Pages/AboutUs';


function App() {
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const Navbar = () => {
{/* Footer */}
<div className="absolute bottom-0 w-full p-4 text-center text-gray-500 text-sm">
App version 1.0.0.0

</div>
</div>
</>
Expand Down

0 comments on commit f907812

Please sign in to comment.