Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
updated only with tailwind css
RamakrushnaBiswal#66
  • Loading branch information
maitri-vv committed Oct 8, 2024
1 parent 8b68c29 commit ea60fed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ function App() {
<Outlet />
<Footer />

{/* Back to Top Button */}
{showButton && (
<button
onClick={scrollToTop}
className="fixed bottom-8 right-8 bg-[#E0F0B1] hover:bg-amber-300 text-white font-bold py-2 px-4 rounded-full shadow-lg transition-transform duration-300 transform hover:scale-110" >
className="fixed bottom-8 right-8 bg-[#E0F0B1] hover:bg-amber-300 text-white font-bold py-2 px-4 rounded-full shadow-lg animate-bounce"
>
</button>
)}
</KindeProvider>
Expand Down

0 comments on commit ea60fed

Please sign in to comment.