grid: changing copy that was missed

This commit is contained in:
Hunter Miller 2021-09-24 12:39:10 -05:00
parent ebba85998f
commit 064785664b
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ const cards: OnboardingCardProps[] = [
href: '/leap/search/direct/apps/~zod/webterm' href: '/leap/search/direct/apps/~zod/webterm'
}, },
{ {
title: 'Landscape', title: 'Groups',
body: 'A suite of applications to communicate on Urbit', body: 'A suite of applications to communicate on Urbit',
button: 'Install', button: 'Install',
color: '#D1DDD3', color: '#D1DDD3',

View File

@ -19,7 +19,7 @@ export const RuntimeLagNotification = () => (
<header id="system-updates-blocked" className="relative -left-8 space-y-2"> <header id="system-updates-blocked" className="relative -left-8 space-y-2">
<div className="flex space-x-2"> <div className="flex space-x-2">
<span className="inline-block w-6 h-6 bg-orange-400 rounded-full" /> <span className="inline-block w-6 h-6 bg-orange-400 rounded-full" />
<span className="font-medium">Landscape</span> <span className="font-medium">System</span>
</div> </div>
<div className="flex space-x-2"> <div className="flex space-x-2">
<Elbow className="w-6 h-6 text-gray-300" /> <Elbow className="w-6 h-6 text-gray-300" />