From 05098dcba8865e71a5025b9f040c42f83b924c1e Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Sun, 28 Sep 2025 17:51:16 +0100 Subject: [PATCH] Adds a link to edit the profile icon from the main menu --- apps/webapp/app/components/navigation/SideMenu.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/apps/webapp/app/components/navigation/SideMenu.tsx b/apps/webapp/app/components/navigation/SideMenu.tsx index 4e0adf9794..ba31b0ceaa 100644 --- a/apps/webapp/app/components/navigation/SideMenu.tsx +++ b/apps/webapp/app/components/navigation/SideMenu.tsx @@ -13,13 +13,14 @@ import { GlobeAmericasIcon, IdentificationIcon, KeyIcon, + PencilSquareIcon, PlusIcon, RectangleStackIcon, ServerStackIcon, Squares2X2Icon, UsersIcon, } from "@heroicons/react/20/solid"; -import { useNavigation } from "@remix-run/react"; +import { Link, useNavigation } from "@remix-run/react"; import { useEffect, useRef, useState, type ReactNode } from "react"; import simplur from "simplur"; import { BranchEnvironmentIconSmall } from "~/assets/icons/EnvironmentIcons"; @@ -397,9 +398,15 @@ function ProjectSelector({ >
-
+ -
+
+ +
+
{organization.title}