mirror of
https://github.com/tloncorp/landscape.git
synced 2025-01-04 23:04:23 +03:00
Merge pull request #29 from urbit/t/update-app-reference
grid: update app ref
This commit is contained in:
commit
e9bc40e89e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user