mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
feat(react/settings): port shortcuts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ComponentChildren } from "preact";
|
||||
|
||||
export default function FormText({ children }: { children: ComponentChildren }) {
|
||||
return <p className="form-text">{children}</p>
|
||||
return <p className="form-text use-tn-links">{children}</p>
|
||||
}
|
||||
Reference in New Issue
Block a user