Skip to content

Commit 704f996

Browse files
committed
add new as well
1 parent 714f183 commit 704f996

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

resources/views/_snippets/menu_items.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ class="nav-link">Docs</a>
3636
<li class="nav-item">
3737
<a href="{{ action(\App\Ast\Controller\AstController::class) }}"
3838
class="nav-link">AST</a>
39+
40+
<div class="badge text-white bg-danger"
41+
style="float:right; margin-top: -4.7em; margin-right: -.3em; font-size: .6em">NEW
42+
</div>
3943
</li>
4044

4145
@if (isset($includeFooterLinks))

0 commit comments

Comments
 (0)