Skip to content

Commit

Permalink
Merge pull request #29 from urbit/t/update-app-reference
Browse files Browse the repository at this point in the history
grid: update app ref
  • Loading branch information
arthyn authored Jan 2, 2023
2 parents 3e6ca58 + d178f26 commit e9bc40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/AppInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const AppInfo: FC<AppInfoProps> = ({ docket, pike, className }) => {

const copyApp = useCallback(() => {
setCopied(true);
clipboardCopy(`web+urbitgraph://${publisher}/${desk}`);
clipboardCopy(`/1/desk/${publisher}/${desk}`);

setTimeout(() => {
setCopied(false);
Expand Down

1 comment on commit e9bc40e

@vercel
Copy link

@vercel vercel bot commented on e9bc40e Jan 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

garden – ./

garden-beige.vercel.app
garden-git-master-urbit.vercel.app
garden-urbit.vercel.app

Please sign in to comment.