Skip to content

Commit

Permalink
Merge pull request #242 from tloncorp/james/land-1121-landscape-pals-…
Browse files Browse the repository at this point in the history
…open-button-doesnt-work

landscape: update ~paldev paths
  • Loading branch information
jamesacklin authored Nov 21, 2023
2 parents e587a3a + 7838ba0 commit 7776da1
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 7776da1

Please sign in to comment.