1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

removed settings link from the profile circle

This commit is contained in:
Ikraam 2024-01-19 18:40:10 +00:00
parent ef3b3cce6c
commit d88e2ca606

View file

@ -191,9 +191,7 @@ export function DesktopLayout({ children, sidebar }: DesktopLayoutProps) {
</div> </div>
</Tooltip> </Tooltip>
<Link href="/settings"> <ProfileCircle />
<ProfileCircle />
</Link>
</div> </div>
</nav> </nav>