diff --git a/app/components/layout/index.module.css b/app/components/layout/index.module.css index 87355bed3..958d244c4 100644 --- a/app/components/layout/index.module.css +++ b/app/components/layout/index.module.css @@ -122,6 +122,16 @@ padding: var(--s-1) var(--s-2); } +.viewAllLink { + display: flex; + align-items: center; + gap: 2px; + + & svg { + stroke-width: 3; + } +} + /* Doubled selector increases specificity to beat Button.module.css's display: flex */ .sideNavCollapseButton.sideNavCollapseButton { display: none; diff --git a/app/components/layout/index.tsx b/app/components/layout/index.tsx index e3152415f..748d863cf 100644 --- a/app/components/layout/index.tsx +++ b/app/components/layout/index.tsx @@ -3,6 +3,7 @@ import { isToday, isTomorrow } from "date-fns"; import { Bell, Calendar, + ChevronRight, LogIn, PanelLeft, Settings, @@ -262,7 +263,12 @@ export function Layout({ } - action={{t("common:actions.viewAll")}} + action={ + + {t("common:actions.viewAll")} + + + } > {t("front:sideNav.friends")}