From f61010a65e8f1f8c8043a23a169b6f7db37e543a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 27 Sep 2025 16:40:40 +0300 Subject: [PATCH] feat(website): further improve alignment in download cards --- apps/website/src/download-helper.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/website/src/download-helper.ts b/apps/website/src/download-helper.ts index fed594168..ca7ceb388 100644 --- a/apps/website/src/download-helper.ts +++ b/apps/website/src/download-helper.ts @@ -143,8 +143,7 @@ export const downloadMatrix: DownloadMatrix = { quickStartCode: "docker pull triliumnext/trilium\ndocker run -p 8080:8080 -d ./data:/home/node/trilium-data triliumnext/trilium", downloads: { dockerhub: { - recommended: true, - name: "View on Docker Hub", + name: "Docker Hub", url: "https://hub.docker.com/r/triliumnext/trilium" }, ghcr: { @@ -155,7 +154,7 @@ export const downloadMatrix: DownloadMatrix = { }, pikapod: { title: "Paid hosting", - description: "Trilium Notes hosted on PikaPods, a paid service for easy access and management.", + description: "Trilium Notes hosted on PikaPods, a paid service for easy access and management. Not directly affiliated with the Trilium team.", downloads: { pikapod: { recommended: true,