Skip to content

Commit

Permalink
index.tsx: Pad out Dev log blurb, thanks @joebonrichie
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder committed Feb 4, 2024
1 parent 3827e6b commit 2d206cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <PersonOutlineOutlinedIcon sx={{ fontSize: 96 }} />,
},
{
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: <Inventory2OutlinedIcon sx={{ fontSize: 96 }} />,
},
{
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: <EngineeringOutlinedIcon sx={{ fontSize: 96 }} />,
},
Expand Down

0 comments on commit 2d206cd

Please sign in to comment.