File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 99 <ul >
1010 <li >
1111 <router-link :to =" { name: 'dashboard' }" >
12- <server-icon aria-label =" Server dashboard" />
12+ <server-icon aria-label =" Server dashboard" class = " h-4 " />
1313 </router-link >
1414 </li >
1515 <li >
1616 <router-link :to =" { name: 'account' }" >
17- <user-icon aria-label =" Profile management" />
17+ <user-icon aria-label =" Profile management" class = " h-4 " />
1818 </router-link >
1919 </li >
2020 <li >
2121 <a :href =" this.route('admin.index')" >
22- <settings-icon aria-label =" Administrative controls" />
22+ <settings-icon aria-label =" Administrative controls" class = " h-4 " />
2323 </a >
2424 </li >
2525 <li >
2626 <a :href =" this.route('auth.logout')" v-on:click.prevent =" doLogout" >
27- <log-out-icon aria-label =" Sign out" />
27+ <log-out-icon aria-label =" Sign out" class = " h-4 " />
2828 </a >
2929 </li >
3030 </ul >
Original file line number Diff line number Diff line change 2727 & : hover {
2828 @apply .bg-blue-dark ;
2929 }
30-
31- & .feather {
32- @apply .h-4 ;
33- }
3430 }
3531 }
3632 }
You can’t perform that action at this time.
0 commit comments