From 9bf432cfe6f71a270445398cba73f7498fb68033 Mon Sep 17 00:00:00 2001 From: Vins Date: Tue, 27 Feb 2024 10:10:28 +0100 Subject: [PATCH] Wording client-dashboard download rib button --- src/front/Components/Layouts/ClientDashboard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/Components/Layouts/ClientDashboard/index.tsx b/src/front/Components/Layouts/ClientDashboard/index.tsx index f4f3cc25..edd7af21 100644 --- a/src/front/Components/Layouts/ClientDashboard/index.tsx +++ b/src/front/Components/Layouts/ClientDashboard/index.tsx @@ -122,7 +122,7 @@ export default function ClientDashboard(props: IProps) { {folder?.office?.rib_name && ( //Div to avoid the button to be on the same line as the text - + )} );