Changed from encoach.com to app.encoach.com
This commit is contained in:
@@ -60,7 +60,7 @@ export default function Navbar({currentPage}: {currentPage: string}) {
|
||||
</div>
|
||||
<div className="flex items-center w-fit gap-4">
|
||||
<Link
|
||||
href="https://encoach.com"
|
||||
href="https://app.encoach.com"
|
||||
className="transition ease-in-out duration-300 hover:text-white hover:bg-mti-purple-dark border border-mti-purple-dark px-8 py-2 rounded-xl">
|
||||
Platform
|
||||
</Link>
|
||||
@@ -158,7 +158,7 @@ export default function Navbar({currentPage}: {currentPage: string}) {
|
||||
)}>
|
||||
Join
|
||||
</Link>
|
||||
<Link href="https://encoach.com" className={clsx("transition ease-in-out duration-300 w-fit")}>
|
||||
<Link href="https://app.encoach.com" className={clsx("transition ease-in-out duration-300 w-fit")}>
|
||||
Platform
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user