merms website

This commit is contained in:
CHIEFSOFT\ameye
2024-12-27 08:52:24 -05:00
parent c038fa15b0
commit 43ee9a1cae
4 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -21,11 +21,11 @@ export default function Menu() {
{/* SIMPLE NAVIGATION LINK */}
<li className="nl-simple" aria-haspopup="true"><Link href="#merms-features" className="h-link">Features</Link></li>
<li className="nl-simple reg-fst-link mobile-last-link" aria-haspopup="true">
<Link href="https://works.mermsemr.com/" className="h-link">Sign in</Link>
<Link href="https://dev-panel.mermsemr.com/" className="h-link">Sign in</Link>
</li>
{/* SIGN UP BUTTON */}
<li className="nl-simple" aria-haspopup="true">
<Link href="https://works.mermsemr.com/auth/signup" className="btn r-04 btn--theme hover--tra-white last-link">Sign
<Link href="https://dev-panel.mermsemr.com/auth/signup" className="btn r-04 btn--theme hover--tra-white last-link">Sign
up</Link>
</li>
</ul>