enhance: add "what's new?" link near to the latest version

pull/7213/head
Tienson Qin 2022-11-10 22:12:15 +08:00
parent 296903ec1b
commit 393b16648d
1 changed files with 6 additions and 1 deletions

View File

@ -76,7 +76,12 @@
:else
nil)]
[:div.text-sm.opacity-50 (str "Version " version)]]]
[:div.text-sm version]
[:a.text-sm.fade-link.underline.inline
{:target "_blank"
:href "https://docs.logseq.com/#/page/changelog"}
"What's new?"]]]
(when-not (or update-pending?
(string/blank? type))