Skip to content

Commit

Permalink
Merge pull request #228 from tloncorp/hm/add-portal
Browse files Browse the repository at this point in the history
apps: add portal to app list
  • Loading branch information
arthyn authored Oct 10, 2023
2 parents 1fd36ed + c61dd9d commit 3be565c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions ui/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,24 @@ export const APPS = [
desk: 'scooore',
},
{
title: "Trill",
description: "Twitter without limits, and much more",
title: 'Trill',
description: 'Twitter without limits, and much more',
color: '#FFD400',
link: '/apps/trill',
section: SECTIONS.PALS,
desk: 'trill',
source: '~dister-dozzod-sortug'
source: '~dister-dozzod-sortug',
},
{
title: 'Portal',
description:
'A tool for decentralized curation and discovery of groups, apps and content on Urbit.',
color: '#FFFFFF',
link: '/apps/portal',
section: SECTIONS.PALS,
desk: 'portal',
source: '~worpet-bildet',
image: 'https://toptyr-bilder.nyc3.cdn.digitaloceanspaces.com/tile2.svg',
},
{
title: 'Docs',
Expand Down

0 comments on commit 3be565c

Please sign in to comment.