mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-01 19:46:36 +03:00
landscape: adding about link to see app info
This commit is contained in:
parent
8b5a9953d5
commit
797ae776e0
@ -76,6 +76,15 @@ export const SystemMenu = ({ open, setOpen, className, menu, navOpen }: SystemMe
|
||||
<span className="w-5 h-5 bg-gray-100 rounded-full" />
|
||||
<span className="h4">Help and Support</span>
|
||||
</DropdownMenu.Item>
|
||||
<DropdownMenu.Item
|
||||
as={Link}
|
||||
to="/app/garden"
|
||||
className="flex items-center p-2 mb-2 space-x-2 focus:bg-blue-200 focus:outline-none rounded"
|
||||
onSelect={handleDropdownLink(setOpen)}
|
||||
>
|
||||
<span className="w-5 h-5 bg-gray-100 rounded-full" />
|
||||
<span className="h4">About Landscape</span>
|
||||
</DropdownMenu.Item>
|
||||
<DropdownMenu.Item
|
||||
as="button"
|
||||
className="inline-flex items-center py-2 px-3 m-2 h4 text-black bg-gray-100 rounded focus:bg-blue-200 focus:outline-none"
|
||||
|
@ -21,7 +21,7 @@ export const mockTreaties: Treaties = {
|
||||
'~zod/garden': {
|
||||
ship: '~zod',
|
||||
desk: 'garden',
|
||||
title: 'Garden',
|
||||
title: 'Landscape',
|
||||
info: 'Your Urbit Home',
|
||||
href: makeHref('garden'),
|
||||
color: '#E2C050',
|
||||
|
Loading…
Reference in New Issue
Block a user