From 027ef48e66c311d2d096875fdae300fa27f67efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Thu, 24 Aug 2023 11:28:06 +0200 Subject: [PATCH] :sparkles: Add tooltip to library name --- .../src/app/main/ui/workspace/sidebar/assets/file_library.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/assets/file_library.cljs b/frontend/src/app/main/ui/workspace/sidebar/assets/file_library.cljs index 8f6cf678a..881c6c454 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/assets/file_library.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/assets/file_library.cljs @@ -83,7 +83,7 @@ i/library] )] [:* - [:span.library-title file-name] + [:span.library-title {:title file-name} file-name] [:span.tool-link {:alt (tr "workspace.assets.open-library") :title (tr "workspace.assets.open-library")} [:a {:href (str "#" url) :target "_blank"