feat(website): help button for Linux and Docker

This commit is contained in:
Elian Doran
2025-09-27 16:09:16 +03:00
parent e639961b68
commit 2ac0d84cee
5 changed files with 29 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { ComponentChildren } from "preact";
import Button from "./Button";
interface CardProps {
title: string;
title: ComponentChildren;
imageUrl?: string;
className?: string;
moreInfoUrl?: string;