Compare commits

...

2 Commits

Author SHA1 Message Date
04e12ac605 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/components/Navbar.tsx
2025-07-03 17:10:54 +02:00
59ded2bb06 moved the microphone finally to the correct place 2025-07-03 17:10:21 +02:00

View File

@@ -29,7 +29,7 @@ export default function Navbar() {
{/* The record button lifted up */} {/* The record button lifted up */}
<NavLink <NavLink
to="/record" to="/record"
className="fixed bottom-4 left-1/2 transform -translate-x-1/2 bg-violet-500 p-4 rounded-full z-20" className="fixed bottom-1 left-1/2 transform -translate-x-1/2 bg-violet-500 p-4 rounded-full z-20"
> >
<FaMicrophone className="w-8 h-8 text-white"/> <FaMicrophone className="w-8 h-8 text-white"/>
</NavLink> </NavLink>