fix: change tags for roundcube template

This commit is contained in:
seppulcro
2024-09-24 17:27:11 +01:00
parent 4715f34e15
commit 0aff344bc0

View File

@@ -509,7 +509,7 @@ export const templates: TemplateData[] = [
website: "https://roundcube.net/", website: "https://roundcube.net/",
docs: "https://roundcube.net/about/", docs: "https://roundcube.net/about/",
}, },
tags: ["self-hosted", "mail", "webmail"], tags: ["self-hosted", "email", "webmail"],
load: () => import("./roundcube/index").then((m) => m.generate), load: () => import("./roundcube/index").then((m) => m.generate),
}, },
]; ];