File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 5
5
<meta charset =" utf-8" >
6
6
<meta name =" viewport" content =" width=device-width, initial-scale=1, shrink-to-fit=no" >
7
7
<meta name =" csrf-token" content =" {{ csrf_token () } }" >
8
- <link rel =" shortcut icon" href =" {{ asset (' /vendor/fairqueue/public/ img/favicon.png' ) } }" >
8
+ <link rel =" shortcut icon" href =" {{ asset (' /vendor/fairqueue/img/favicon.png' ) } }" >
9
9
10
10
<title >FairQueue{{ config (' app.name' ) ? ' - ' . config (' app.name' ) : ' ' } } </title >
11
11
12
12
<!-- Style sheets-->
13
13
<link href =" https://fonts.googleapis.com/css?family=Nunito" rel =" stylesheet" >
14
- <link href =" {{ asset (mix ($cssFile , ' vendor/fairqueue/public ' )) } }" rel =" stylesheet" >
14
+ <link href =" {{ asset (mix ($cssFile , ' vendor/fairqueue' )) } }" rel =" stylesheet" >
15
15
</head >
16
16
<body >
17
17
<div id =" horizon" v-cloak >
24
24
25
25
<div class =" container mb-5" >
26
26
<div class =" d-flex align-items-center py-4 header" >
27
- <img width =" 128" src =" http://aloware.test/assets/images/logo.png" />
28
27
29
28
<h4 class =" mb-0 ml-2" >Fair-Queue</h4 >
30
29
64
63
window .Horizon = @json ($horizonScriptVariables );
65
64
</script >
66
65
67
- <script src =" {{ asset (mix (' app.js' , ' vendor/fairqueue/public ' ))} }" ></script >
66
+ <script src =" {{ asset (mix (' app.js' , ' vendor/fairqueue' ))} }" ></script >
68
67
</body >
69
68
</html >
You can’t perform that action at this time.
0 commit comments