diff --git a/src/main/frontend/components/onboarding.cljs b/src/main/frontend/components/onboarding.cljs index e4a6f83615..70a7ce3bae 100644 --- a/src/main/frontend/components/onboarding.cljs +++ b/src/main/frontend/components/onboarding.cljs @@ -311,12 +311,12 @@ [:td.text-right [:a {:href "https://www.example.com"} "label"]]] - [:tr [:td "![image](https://logseq.com/static/img/logo.png)"] + [:tr [:td "![image](https://asset.logseq.com/static/img/logo.png)"] [: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"}]]]]]]]])) diff --git a/src/main/frontend/version.cljs b/src/main/frontend/version.cljs index 020e547370..55feba5d1f 100644 --- a/src/main/frontend/version.cljs +++ b/src/main/frontend/version.cljs @@ -1,3 +1,3 @@ (ns frontend.version) -(defonce version "0.0.4.3-2") +(defonce version "0.0.4.3-3")