Skip to content

Commit

Permalink
Update deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdestgermain authored Jul 28, 2024
1 parent 560ee45 commit aa47400
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/manager/components/ChordManagerHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ export function ChordManagerHeader(): ReactElement {
Device Manager
</h1>
</div>
<p>
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 <a href="https://manager.charachorder.com/config/layout/">Device Manager.</a>
See <a href="https://docs.charachorder.com/CCOS.html#upgrade-to-ccos">the documentation</a> for more details on upgrading to CCOS.
</p>
<p className="lg:w-1/2 w-full leading-relaxed text-gray-300 font-semibold font-mono">
Welcome to the Device Manager. Here you can exercise control over the
layout and chord library of your chording enabled device.
</p>
<h2 className="lg:w-1/2 w-full leading-relaxed text-gray-300 font-semibold font-mono">
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 <a className="underline" href="https://manager.charachorder.com/config/layout/">Device Manager.</a>
See <a className="underline" href="https://docs.charachorder.com/CCOS.html#upgrade-to-ccos">the documentation</a> for more details on upgrading to CCOS.
</h2>
</div>
);
}

0 comments on commit aa47400

Please sign in to comment.