mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-24 10:33:22 +03:00
grid: changing copy that was missed
This commit is contained in:
parent
ebba85998f
commit
064785664b
@ -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',
|
||||||
|
@ -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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user