mirror of
https://github.com/tloncorp/landscape.git
synced 2025-01-05 23:56:54 +03:00
grid: update app ref
Copy button uses the new app ref schema (/1/desk/ship/desk)
This commit is contained in:
parent
3e6ca5819c
commit
d178f26ab7
@ -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