From 6cb2197ce8e9285fb1d94d3218472bf334070108 Mon Sep 17 00:00:00 2001 From: sylenien Date: Tue, 4 Oct 2022 13:28:34 +0200 Subject: [PATCH] fix(ui): fix integrate buttons text --- .../app/components/Client/Integrations/PiniaDoc/PiniaDoc.tsx | 2 +- .../app/components/Client/Integrations/ZustandDoc/ZustandDoc.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Client/Integrations/PiniaDoc/PiniaDoc.tsx b/frontend/app/components/Client/Integrations/PiniaDoc/PiniaDoc.tsx index 8a2033a2d..171aa1d50 100644 --- a/frontend/app/components/Client/Integrations/PiniaDoc/PiniaDoc.tsx +++ b/frontend/app/components/Client/Integrations/PiniaDoc/PiniaDoc.tsx @@ -87,7 +87,7 @@ piniaStorePlugin(examplePiniaStore) diff --git a/frontend/app/components/Client/Integrations/ZustandDoc/ZustandDoc.js b/frontend/app/components/Client/Integrations/ZustandDoc/ZustandDoc.js index 35ff5ecdf..5944e3836 100644 --- a/frontend/app/components/Client/Integrations/ZustandDoc/ZustandDoc.js +++ b/frontend/app/components/Client/Integrations/ZustandDoc/ZustandDoc.js @@ -81,7 +81,7 @@ const useBearStore = create( } /> - + );