diff --git a/src/interface/web/app/automations/page.tsx b/src/interface/web/app/automations/page.tsx index 846d5843..fe4e2858 100644 --- a/src/interface/web/app/automations/page.tsx +++ b/src/interface/web/app/automations/page.tsx @@ -291,17 +291,6 @@ function AutomationsCard(props: AutomationsCardProps) { - { (!props.suggestedCard && props.locationData) && ( ) } + { + navigator.clipboard.writeText(createShareLink(automation)); + }} + /> { !props.suggestedCard && (