From c627527a6fe79e6a84c8f216e4ec4ed43023bbbb Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sun, 4 Aug 2024 18:34:41 +0530 Subject: [PATCH] Reorder automation card actions buttons. Put Delete action last --- src/interface/web/app/automations/page.tsx | 45 +++++++++++----------- 1 file changed, 23 insertions(+), 22 deletions(-) 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 && (