Skip to content

Commit c3aada0

Browse files
authored
🔥 update welcome page
🔥 update welcome page
1 parent 0219727 commit c3aada0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/Console/stubs/page.stub

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="{{ config('app.locale') }}">
2+
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -8,7 +8,7 @@
88
<title>Laravel</title>
99

1010
<!-- Fonts -->
11-
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
11+
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
1212

1313
<!-- Styles -->
1414
<link rel="stylesheet" href="{{ themes('[CSSNAME]') }}">
@@ -32,10 +32,13 @@
3232
</div>
3333

3434
<div class="links">
35-
<a href="https://laravel.com/docs">Documentation</a>
35+
<a href="https://laravel.com/docs">Docs</a>
3636
<a href="https://laracasts.com">Laracasts</a>
3737
<a href="https://laravel-news.com">News</a>
38+
<a href="https://blog.laravel.com">Blog</a>
39+
<a href="https://nova.laravel.com">Nova</a>
3840
<a href="https://forge.laravel.com">Forge</a>
41+
<a href="https://vapor.laravel.com">Vapor</a>
3942
<a href="https://github.com/laravel/laravel">GitHub</a>
4043
</div>
4144
</div>

0 commit comments

Comments
 (0)