From aa47400e3f8c6166cbdf8125d0ee4dc3378f1c8d Mon Sep 17 00:00:00 2001 From: "John de St. Germain" Date: Sun, 28 Jul 2024 09:10:24 -0500 Subject: [PATCH] Update deprecation --- src/pages/manager/components/ChordManagerHeader.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/manager/components/ChordManagerHeader.tsx b/src/pages/manager/components/ChordManagerHeader.tsx index e46242c1..7e89cada 100644 --- a/src/pages/manager/components/ChordManagerHeader.tsx +++ b/src/pages/manager/components/ChordManagerHeader.tsx @@ -8,15 +8,15 @@ export function ChordManagerHeader(): ReactElement { Device Manager -

- NOTE: This site is deprecated. You should only use it if you are pre-CCOS and are - updating your device to CCOS. Afterwards, you should use the new Device Manager. - See the documentation for more details on upgrading to CCOS. -

Welcome to the Device Manager. Here you can exercise control over the layout and chord library of your chording enabled device.

+

+ NOTE: This site is deprecated. You should only use it if you are pre-CCOS and are + updating your device to CCOS. Afterwards, you should use the new Device Manager. + See the documentation for more details on upgrading to CCOS. +

); }