* feat(key): add user options to minimal timer
* feat(key): register minimal timer in settings
* feat(key): version bump
This commit is contained in:
Carlos Valente
2022-08-03 23:01:03 +02:00
committed by GitHub
parent 18f3f3643b
commit 05be0c1e95
6 changed files with 151 additions and 15 deletions
@@ -68,6 +68,7 @@ export default function NavLogo(props) {
initial={{ opacity: showNav ? 0.5 : baseOpacity }}
whileHover={{ opacity: 1 }}
className={style.navContainer}
data-testid='nav-logo'
>
<Image alt='' src={navlogo} className={style.logo} onClick={handleClick} />
<AnimatePresence>