From 7a79d92a70941c0121267c8309c931eddac148c6 Mon Sep 17 00:00:00 2001 From: Juan Lulkin Date: Tue, 2 Mar 2021 18:30:17 +0100 Subject: [PATCH] Please prettier --- .changeset/sour-insects-marry.md | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.changeset/sour-insects-marry.md b/.changeset/sour-insects-marry.md index 27e7953e9f..27e72977d5 100644 --- a/.changeset/sour-insects-marry.md +++ b/.changeset/sour-insects-marry.md @@ -6,26 +6,26 @@ - Adds onClick and other props to IconLinkVertical; - Allows TriggerButton component to render when pager duty key is missing; - Refactors TriggerButton and PagerDutyCard not to have shared state; -- Removes the `action` prop of the IconLinkVertical component while adding `onClick`. +- Removes the `action` prop of the IconLinkVertical component while adding `onClick`. - Instead of having an action including a button with onClick, now the whole component can be clickable making it easier to implement and having a better UX. - - Before: + Instead of having an action including a button with onClick, now the whole component can be clickable making it easier to implement and having a better UX. - ```ts - const myLink : IconLinkVerticalProps = { - label: 'Click me', - action: