From 2d206cd69621b86c3a5be17111cca5cafe14210c Mon Sep 17 00:00:00 2001 From: David Harder Date: Sun, 4 Feb 2024 17:17:05 -0600 Subject: [PATCH] index.tsx: Pad out Dev log blurb, thanks @joebonrichie --- src/pages/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d0661da70..6a59f6eb1 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -14,19 +14,19 @@ import Header from "../components/home/Header"; const DocList: DocSection[] = [ { title: "Users", - description: <>Installing, software, boot management, troubleshooting and more, + description: <>Installing, software, boot management, troubleshooting and more., link: "docs/user/intro", img: , }, { title: "Packaging", - description: <>Get to grips with our advanced packaging features using easy to follow guides, + description: <>Get to grips with our advanced packaging features using easy to follow guides., link: "docs/packaging", img: , }, { title: "Dev Log", - description: <>Learn what our developers have been up to, + description: <>Learn what our developers have been up to, and preview upcoming changes., link: "blog", img: , },