From 7f2a0c94f99b3a947f89c5d283afe3ec19d4489d Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Mon, 27 Mar 2023 07:32:23 -0700 Subject: [PATCH] Deprecate Layout plugin Summary: ^ Reviewed By: aigoncharov Differential Revision: D44417781 fbshipit-source-id: 7ffb369d88771901c9ffca2bbe8ecbd571373a77 --- desktop/plugins/public/layout/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop/plugins/public/layout/index.tsx b/desktop/plugins/public/layout/index.tsx index d6d550e56..88e2fe897 100644 --- a/desktop/plugins/public/layout/index.tsx +++ b/desktop/plugins/public/layout/index.tsx @@ -384,11 +384,11 @@ export default class LayoutPlugin extends FlipperPlugin< ); notification.open({ - message: 'A new UI Debugger is available! 🎉', - description: `A new plugin for UI debugging is available! - Have you considered making the switch? Find it on your left panel.`, + message: 'Layout plugin is being deprecated.', + description: `The new replacement plugin, UI Debugger, is available for use now. + Find it on the left panel`, duration: 30, - type: 'info', + type: 'warning', btn, key, });