Merge pull request #29 from urbit/t/update-app-reference

grid: update app ref
This commit is contained in:
Hunter Miller 2023-01-02 11:25:58 -06:00 committed by GitHub
commit e9bc40e89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);