From 283a1f94eed301d131797ea041ba2312ce854a78 Mon Sep 17 00:00:00 2001 From: Jaiden Riordan Date: Wed, 26 Jun 2024 08:33:23 -0500 Subject: [PATCH] missing comma --- src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.ts b/src/consts.ts index 260c9fe1..f79770fe 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -73,7 +73,7 @@ export const SIDEBAR: Sidebar = { { text: "Permissions", link: "en/linux/permissions" }, { text: "Software and Package Management", link: "en/linux/software" }, { text: "The Shell", link: "en/linux/shell" }, - { text: "SSH", link: "en/linux/ssh"} + { text: "SSH", link: "en/linux/ssh"}, { text: "Security and Privacy", link: "en/linux/securityprivacy" }, ],