Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Sep 24, 2024
1 parent 85d21bf commit 65c8dcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function Index() {
icon={<MagicWandIcon />}
href="/how-to/set-up/mgmt-cluster"
>
A guide to setting up a cluster quickly
A guide to setting up a cluster quickly
</CardLink>
<CardLink
heading="Security"
Expand All @@ -216,7 +216,8 @@ function Index() {
icon={<GitPullIcon />}
href="/how-to"
>
A guided walkthrough of the majority of Plural's Fleet Management capabilties.
A guided walkthrough of the majority of Plural's Fleet Management
capabilties.
</CardLink>
<CardLink
heading="Troubleshooting"
Expand Down
4 changes: 2 additions & 2 deletions src/NavData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ const rootNavData: NavMenu = deepFreeze([
{
href: '/deployments/templating-filters',
title: 'Supported Liquid Filters',
}
]
},
],
},
{
href: '/deployments/notifications',
Expand Down

0 comments on commit 65c8dcb

Please sign in to comment.