mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 16:49:58 +01:00
feat(website): help button for Linux and Docker
This commit is contained in:
@@ -2,7 +2,7 @@ import { ComponentChildren } from "preact";
|
||||
import Button from "./Button";
|
||||
|
||||
interface CardProps {
|
||||
title: string;
|
||||
title: ComponentChildren;
|
||||
imageUrl?: string;
|
||||
className?: string;
|
||||
moreInfoUrl?: string;
|
||||
|
||||
Reference in New Issue
Block a user