diff --git a/apps/edr-freight-web/portal/src/components/AppLayout.tsx b/apps/edr-freight-web/portal/src/components/AppLayout.tsx index 8f32448d2..78ab57293 100644 --- a/apps/edr-freight-web/portal/src/components/AppLayout.tsx +++ b/apps/edr-freight-web/portal/src/components/AppLayout.tsx @@ -18,6 +18,7 @@ import { useDisclosure } from "@mantine/hooks"; import { Bell, ChevronDown, + FileSignature, LogOut, Menu as MenuIcon, Moon, @@ -312,6 +313,12 @@ export function AppLayout({ > Profile + } + onClick={() => navigate("/profile#signature")} + > + My signature + } onClick={() => navigate("/settings")} diff --git a/apps/edr-freight-web/portal/src/pages/ProfilePage.tsx b/apps/edr-freight-web/portal/src/pages/ProfilePage.tsx index 6e55e0407..8defc7036 100644 --- a/apps/edr-freight-web/portal/src/pages/ProfilePage.tsx +++ b/apps/edr-freight-web/portal/src/pages/ProfilePage.tsx @@ -177,7 +177,9 @@ export default function ProfilePage() { - +
+ +