mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 05:34:09 +00:00
Feat/162 (#187)
* feat(key): add user options to minimal timer * feat(key): register minimal timer in settings * feat(key): version bump
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user