Skip to content

Commit

Permalink
chore: add mau links
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Oct 16, 2024
1 parent fccd5b9 commit 0aaf456
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
23 changes: 22 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@
>Devtools</a
>
</li>
<li>
<a
href="https://mau.nestjs.com"
title="Deploy with Mau | NestJS - A progressive Node.js framework"
>Mau</a
>
</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -208,7 +215,7 @@
<a
href="https://jobs.nestjs.com"
title="Jobs | NestJS - A progressive Node.js framework"
><span>JOBS</span><span class="new">NEW</span></a
><span>JOBS</span></a
>
</li>
<li>
Expand All @@ -218,6 +225,13 @@
><span>DEVTOOLS</span></a
>
</li>
<li>
<a
href="https://mau.nestjs.com"
title="Deploy with Mau | NestJS - A progressive Node.js framework"
><span>DEPLOY WITH MAU</span><span class="new">NEW</span></a
>
</li>
<li>
<a
href="https://github.com/nestjs/nest"
Expand Down Expand Up @@ -282,6 +296,13 @@
>Devtools</a
>
</li>
<li>
<a
href="https://mau.nestjs.com"
title="Deploy with Mau | NestJS - A progressive Node.js framework"
>Deploy with Mau</a
>
</li>
</ul>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ a:active {
width: 100%;
}

.sub-nav-wrapper li {
display: block;
}

.navbar-sticky .sub-nav-wrapper .nav-category {
color: rgba(0, 0, 0, 0.5);
font-weight: 700;
Expand Down

0 comments on commit 0aaf456

Please sign in to comment.