From c20cecf97231c49fc007390c1171b6f231f8464b Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Fri, 5 May 2023 19:49:15 +0200 Subject: [PATCH] fix name --- src/components/How-To-Guides.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/How-To-Guides.jsx b/src/components/How-To-Guides.jsx index 0c7fc7bd..b8b2a265 100644 --- a/src/components/How-To-Guides.jsx +++ b/src/components/How-To-Guides.jsx @@ -15,7 +15,7 @@ const howToGuides = [ }, { href: '/docs/managing-your-network#manage-dns-in-your-network', - name: 'DNS', + name: 'Manage DNS in your network', description: 'Learn how to configure DNS servers for your network.', },