From c61dd9dc8ab887f0ee7af99b56d2c8eeca5a9903 Mon Sep 17 00:00:00 2001 From: Hunter Miller Date: Tue, 10 Oct 2023 12:35:24 -0500 Subject: [PATCH] apps: add portal to app list --- ui/src/constants.ts | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/ui/src/constants.ts b/ui/src/constants.ts index 551c9f82..66120888 100644 --- a/ui/src/constants.ts +++ b/ui/src/constants.ts @@ -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',