Skip to content

Commit

Permalink
Merge pull request #262 from bacwyls/develop
Browse files Browse the repository at this point in the history
Fix %radio icon in suggested apps
  • Loading branch information
patosullivan authored Mar 12, 2024
2 parents 21086a6 + dcd6ac0 commit 65e8fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ export const APPS = [
{
title: 'radio',
description: 'an app for urbit disc jockeys',
color: '#FF0000',
color: '#FFFFFF',
link: '/apps/radio',
section: SECTIONS.FUN,
desk: 'radio',
source: '~nodmyn-dosrux',
image: 'https://0x0.st/o4--.png',
image: 'https://bwyl.nyc3.digitaloceanspaces.com/radio/radio.png',
},
];

0 comments on commit 65e8fc2

Please sign in to comment.