From db2fc14ed5890040fa9d192c097df6208d9c5575 Mon Sep 17 00:00:00 2001 From: C T <215163593+catplat@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:41:34 -0400 Subject: [PATCH] Update Sidebar.tsx Fix typo ("it's" to "its") --- frontend/src/components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index 478132bb..f95c180f 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -10,7 +10,7 @@ const Sidebar: React.FC = () => {

Welcome to your Upsun app, a Python and Node.js multiapp designed to - run on Upsun and teach you about it's unique features. + run on Upsun and teach you about its unique features.