Skip to content

Commit abd179e

Browse files
committed
Changed start action links for welcome landing page
1 parent b674bdc commit abd179e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/pages/welcome.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</x-slot>
1616

1717
<x-slot:actions>
18-
<a href="{{ route('docs') }}" class="btn btn-primary btn-lg px-4">Начать читать!</a>
19-
<a href="{{ route('courses') }}" class="btn btn-outline-primary btn-lg px-4">Учиться по видео</a>
18+
<a href="{{ route('why-laravel') }}" class="btn btn-primary btn-lg px-4">Почему Laravel</a>
19+
<a href="{{ route('feature') }}" class="btn btn-outline-primary btn-lg px-4">Возможности</a>
2020
</x-slot>
2121
</x-header>
2222

0 commit comments

Comments
 (0)