File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed
tests/Feature/Livewire/Pages/Account Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 51
51
<div class =" min-w-0 flex-1" >
52
52
<h3 class =" font-medium text-gray-900 dark:text-white" >
53
53
<span class =" rounded-lg focus-within:ring-2 focus-within:ring-primary-500 focus-within:ring-offset-2" >
54
- <x-link :href =" route('articles')" class =" focus:outline-none" >
54
+ <x-link :href =" route('articles.index ')" class =" focus:outline-none" >
55
55
<span class =" absolute inset-0" aria-hidden =" true" ></span >
56
56
{{ __ (' global.navigation.articles' ) } }
57
57
</x-link >
Original file line number Diff line number Diff line change 2
2
<nav class =" justify-between px-4 py-4 sm:flex sm:items-center sm:px-6" >
3
3
<div class =" flex items-center space-x-3 divide-x divide-skin-light" >
4
4
<a
5
- href =" {{ route (' articles' ) } }"
5
+ href =" {{ route (' articles.index ' ) } }"
6
6
class =" flex items-center font-sans text-base font-medium text-primary-600 hover:text-primary-600-hover"
7
7
>
8
8
<x-heroicon-o-chevron-left class =" mr-1.5 size-5" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments