Skip to content

Commit

Permalink
landscape: update ~paldev paths
Browse files Browse the repository at this point in the history
~paldev apps do not bind to `/apps/*`. This fixes LAND-1121 by repointing the "Open" buttons in the "Get Urbit Apps" menu to the correct paths for each app.
  • Loading branch information
jamesacklin authored Nov 21, 2023
1 parent 1a25217 commit 7838ba0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ui/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const APPS = [
title: 'pals',
description: 'friendlist for peer discovery',
color: '#99D3BD',
link: '/apps/pals',
link: '/pals',
source: '~paldev',
section: SECTIONS.SELECTS,
desk: 'pals',
Expand All @@ -34,7 +34,7 @@ export const APPS = [
title: 'face',
description: 'see your friends',
color: '#3B5998',
link: '/apps/face',
link: '/face',
source: '~paldev',
section: SECTIONS.PALS,
desk: 'face',
Expand All @@ -43,7 +43,7 @@ export const APPS = [
title: 'rumors',
description: 'Anonymous gossip from friends of friends',
color: '#BB77DD',
link: '/apps/rumors',
link: '/rumors',
source: '~paldev',
section: SECTIONS.PALS,
desk: 'rumors',
Expand All @@ -61,7 +61,7 @@ export const APPS = [
title: "sc'o're",
description: "leaderboard for groups' ['o']s, as seen on tv!",
color: '#FFFF00',
link: '/apps/scooore',
link: '/scooore',
source: '~paldev',
section: SECTIONS.PALS,
desk: 'scooore',
Expand Down Expand Up @@ -110,7 +110,7 @@ export const APPS = [
title: 'cliff',
description: 'filesystem explorer',
color: '#E39871',
link: '/apps/cliff',
link: '/cliff/view/our/base/now',
section: SECTIONS.DEV,
desk: 'cliff',
source: '~paldev',
Expand Down

0 comments on commit 7838ba0

Please sign in to comment.