mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
feat(website): further improve alignment in download cards
This commit is contained in:
@@ -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",
|
quickStartCode: "docker pull triliumnext/trilium\ndocker run -p 8080:8080 -d ./data:/home/node/trilium-data triliumnext/trilium",
|
||||||
downloads: {
|
downloads: {
|
||||||
dockerhub: {
|
dockerhub: {
|
||||||
recommended: true,
|
name: "Docker Hub",
|
||||||
name: "View on Docker Hub",
|
|
||||||
url: "https://hub.docker.com/r/triliumnext/trilium"
|
url: "https://hub.docker.com/r/triliumnext/trilium"
|
||||||
},
|
},
|
||||||
ghcr: {
|
ghcr: {
|
||||||
@@ -155,7 +154,7 @@ export const downloadMatrix: DownloadMatrix = {
|
|||||||
},
|
},
|
||||||
pikapod: {
|
pikapod: {
|
||||||
title: "Paid hosting",
|
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: {
|
downloads: {
|
||||||
pikapod: {
|
pikapod: {
|
||||||
recommended: true,
|
recommended: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user