Skip to content

Commit fa1a376

Browse files
add Nova link to default welcome.blade.php
1 parent c60691f commit fa1a376

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tailwindcss-stubs/resources/views/welcome.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
<li class="inline pr-8">
4343
<a href="https://laravel-news.com" class="no-underline hover:underline text-sm font-normal text-teal-darker uppercase" title="News">News</a>
4444
</li>
45+
<li class="inline pr-8">
46+
<a href="https://nova.laravel.com" class="no-underline hover:underline text-sm font-normal text-teal-darker uppercase" title="Nova">Nova</a>
47+
</li>
4548
<li class="inline pr-8">
4649
<a href="https://forge.laravel.com" class="no-underline hover:underline text-sm font-normal text-teal-darker uppercase" title="Forge">Forge</a>
4750
</li>

0 commit comments

Comments
 (0)