mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
fix: add click handler and translate skip button
This commit is contained in:
committed by
Gabriel Horner
parent
5a996526ac
commit
f793dbbd5b
@@ -3,7 +3,8 @@
|
||||
#?(:cljs (:require [shadow.resource :as rc])))
|
||||
|
||||
(def ^:large-vars/data-var dicts
|
||||
{:en {:tutorial/text #?(:cljs (rc/inline "tutorial-en.md")
|
||||
{:en {:accessibility/skip-to-main-content "Skip to main content"
|
||||
:tutorial/text #?(:cljs (rc/inline "tutorial-en.md")
|
||||
:default "tutorial-en.md")
|
||||
:tutorial/dummy-notes #?(:cljs (rc/inline "dummy-notes-en.md")
|
||||
:default "dummy-notes-en.md")
|
||||
|
||||
Reference in New Issue
Block a user