Fixed "Add to F-Droid" button

This commit is contained in:
2025-06-01 14:50:05 +02:00
parent 7f4b40ee79
commit 3c8b68ea65

View File

@@ -748,9 +748,13 @@ function App() {
> >
<Smartphone className="w-6 h-6 text-white drop-shadow-lg" /> <Smartphone className="w-6 h-6 text-white drop-shadow-lg" />
</motion.div> </motion.div>
<span className="text-white font-bold tracking-wide drop-shadow-lg"> <div className="relative text-white font-bold tracking-wide drop-shadow-lg">
Add to F-Droid <span className="invisible">Add to F-Droid</span>
</span> <div className="absolute inset-0 flex flex-col justify-center items-center gap-0.5">
<span>Add to</span>
<span>F-Droid</span>
</div>
</div>
<motion.div <motion.div
whileHover={{ scale: 1.1 }} whileHover={{ scale: 1.1 }}
transition={{ duration: 0.2 }} transition={{ duration: 0.2 }}