Skip to content

Commit

Permalink
Merge pull request #235 from andy23512/update-device-manager-link
Browse files Browse the repository at this point in the history
fix: update device manager link
  • Loading branch information
jdestgermain authored Nov 13, 2024
2 parents 195d007 + 6db3b1c commit 33765aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const Navbar = (): ReactElement => {
<NavMenuLink aria-current="page">
<NavLinksImage open={false} src={Crown_Icon} alt="" />
</NavMenuLink>
<NavBtnLink target="_blank" href="https://manager.charachorder.com">
<NavBtnLink target="_blank" href="https://charachorder.io">
<div className="text-white">Manager</div>
</NavBtnLink>
<button
Expand Down
2 changes: 1 addition & 1 deletion src/pages/manager/components/ChordManagerHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function ChordManagerHeader(): ReactElement {
</h1>
</div>
<h2 className="lg:w-1/2 w-full leading-relaxed text-gray-300 font-semibold font-mono">
NOTE: This site is deprecated. You should use the new <a className="underline" href="https://manager.charachorder.com/config/layout/">Device Manager.</a>
NOTE: This site is deprecated. You should use the new <a className="underline" href="https://charachorder.io">Device Manager.</a>
</h2>
</div>
);
Expand Down

0 comments on commit 33765aa

Please sign in to comment.