From 24b713a1ea4eb278c24624ab273dbf519cddf7f4 Mon Sep 17 00:00:00 2001 From: Liam Fitzgerald Date: Wed, 22 Sep 2021 14:04:40 +1000 Subject: [PATCH] grid: correct name for landscape Fixes urbit/landscape#1168 --- pkg/grid/src/nav/notifications/OnboardingNotification.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/grid/src/nav/notifications/OnboardingNotification.tsx b/pkg/grid/src/nav/notifications/OnboardingNotification.tsx index 1cc813aa4..cbd336da1 100644 --- a/pkg/grid/src/nav/notifications/OnboardingNotification.tsx +++ b/pkg/grid/src/nav/notifications/OnboardingNotification.tsx @@ -14,8 +14,8 @@ const cards: OnboardingCardProps[] = [ href: '/leap/search/direct/apps/~zod/webterm' }, { - title: 'Groups', - body: 'Install Groups, a suite of social software to communicate with other urbit users', + title: 'Landscape', + body: 'Install Landscape, a suite of social software to communicate with other urbit users', button: 'Install', color: '#D1DDD3', href: '/leap/search/direct/apps/~zod/landscape'