Skip to content

Commit 3b2d808

Browse files
committed
Mobile navigation links update
1 parent ac2e87e commit 3b2d808

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/components/Navigation.astro

+5-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,11 @@ import Button from '../components/generic/Button.astro'
133133
</div>
134134
Managed Service
135135
</div>
136-
<a href="./sign-in" class="dropdown-item border-radius-md">
137-
<span class="ps-3">Sign In</span>
136+
<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">
137+
<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>
138141
</a>
139142
</div>
140143
</div>

0 commit comments

Comments
 (0)