Skip to content

Commit e66681a

Browse files
committed
Rework dash and details
1 parent 24b75fd commit e66681a

File tree

6 files changed

+171
-194
lines changed

6 files changed

+171
-194
lines changed

bun.lockb

0 Bytes
Binary file not shown.

src/components/Navigation.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,8 @@ import Button from '../components/generic/Button.astro'
634634
</a>
635635
</li>
636636

637-
<li class="install-btn nav-item my-auto ms-3 ms-lg-0">
638-
<Button size="sm" color="primary" round="true" link="/install" text="Install" />
637+
<li class="install-btn nav-item my-auto ms-3 ms-lg-0" id="install-nav-btn">
638+
<Button size="sm" color="primary" round="true" link="/install" text="Install" />
639639
</li>
640640

641641
</ul>

0 commit comments

Comments
 (0)