diff --git a/src/components/General/NimbusText.tsx b/src/components/General/NimbusText.tsx index d11e62c2..33237881 100644 --- a/src/components/General/NimbusText.tsx +++ b/src/components/General/NimbusText.tsx @@ -1,4 +1,8 @@ +import { useNavigate } from 'react-router-dom' + const NimbusText = () => { + const navigate = useNavigate() + return ( { viewBox="0 0 80 17" fill="none" xmlns="http://www.w3.org/2000/svg" + style={{ cursor: 'pointer', marginLeft: '1px' }} + onClick={() => navigate('/')} > { - - - - {!subtitle && } - - + + + {!subtitle && } + {subtitle}