We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2e87e commit 3b2d808Copy full SHA for 3b2d808
src/components/Navigation.astro
@@ -133,8 +133,11 @@ import Button from '../components/generic/Button.astro'
133
</div>
134
Managed Service
135
136
- <a href="./sign-in" class="dropdown-item border-radius-md">
137
- <span class="ps-3">Sign In</span>
+ <a target="_blank" href="https://adm-appsmith.edgebox.io/app/edgebox-cloud-early-access-dashboard/page1-6554db43cc32290d70bb8423?embed=true" class="dropdown-item border-radius-md">
+ <span class="ps-3">Dashboard</span>
138
+ </a>
139
+ <a target="_blank" href="https://adm-appsmith.edgebox.io/app/edgebox-cloud-early-access/signup-6553e5b5cc32290d70bb83e8?embed=true" class="dropdown-item border-radius-md">
140
+ <span class="ps-3">Register</span>
141
</a>
142
143
0 commit comments