diff --git a/src/main/frontend/components/repo.cljs b/src/main/frontend/components/repo.cljs index 1ffdf21ee2..0fa8c07b03 100644 --- a/src/main/frontend/components/repo.cljs +++ b/src/main/frontend/components/repo.cljs @@ -95,7 +95,8 @@ [:a {:on-click #(nfs-handler/refresh! repo repo-handler/create-today-journal!) - :title (str "Sync files with the local directory: " (config/get-local-dir repo))} + :title (str "Sync files with the local directory: " (config/get-local-dir repo) ".\nVersion: " + version/version)} svg/refresh]]) (let [changed-files (state/sub [:repo/changed-files repo]) should-push? (seq changed-files)