mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
Merge branch 'master' into fix/pull-push
This commit is contained in:
@@ -311,12 +311,12 @@
|
||||
[:td.text-right
|
||||
[:a {:href "https://www.example.com"}
|
||||
"label"]]]
|
||||
[:tr [:td ""]
|
||||
[:tr [:td ""]
|
||||
[:td.text-right
|
||||
[:img {:style {:float "right"
|
||||
:width 64
|
||||
:height 64}
|
||||
:src "https://logseq.com/static/img/logo.png"
|
||||
:src "https://asset.logseq.com/static/img/logo.png"
|
||||
:alt "image"}]]]]]]
|
||||
|
||||
[:li
|
||||
@@ -342,10 +342,10 @@
|
||||
[:td.text-right
|
||||
[:a {:href "https://www.example.com"}
|
||||
"label"]]]
|
||||
[:tr [:td "[[https://logseq.com/static/img/logo.png][image]]"]
|
||||
[:tr [:td "[[https://asset.logseq.com/static/img/logo.png][image]]"]
|
||||
[:td.text-right
|
||||
[:img {:style {:float "right"
|
||||
:width 64
|
||||
:height 64}
|
||||
:src "https://logseq.com/static/img/logo.png"
|
||||
:src "https://asset.logseq.com/static/img/logo.png"
|
||||
:alt "image"}]]]]]]]]))
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
(ns frontend.version)
|
||||
|
||||
(defonce version "0.0.4.3-2")
|
||||
(defonce version "0.0.4.3-3")
|
||||
|
||||
Reference in New Issue
Block a user