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

This commit is contained in:
Tienson Qin
2022-11-10 22:12:15 +08:00
parent 296903ec1b
commit 393b16648d

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))