aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views/others/index.edge
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/others/index.edge')
-rw-r--r--resources/views/others/index.edge5
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/views/others/index.edge b/resources/views/others/index.edge
index 5cc5726..1f595b6 100644
--- a/resources/views/others/index.edge
+++ b/resources/views/others/index.edge
@@ -1,4 +1,4 @@
1@layout('layouts.v2') 1@layout('layouts/v2')
2 2
3@section('content') 3@section('content')
4 <!--Main--> 4 <!--Main-->
@@ -39,7 +39,7 @@
39 39
40 <!--Right Col--> 40 <!--Right Col-->
41 <div class="w-full xl:w-3/5 py-6 overflow-y-hidden"> 41 <div class="w-full xl:w-3/5 py-6 overflow-y-hidden">
42 <img class="w-5/6 mx-auto lg:mr-0 slide-in-bottom" src="{{ assetsUrl('img/hero.png') }}"> 42 <img class="w-5/6 mx-auto lg:mr-0 slide-in-bottom" src="/img/hero.png">
43 </div> 43 </div>
44 44
45 </div> 45 </div>
@@ -53,6 +53,5 @@
53 53
54 // Show on page 54 // Show on page
55 document.getElementById('server').innerText = server; 55 document.getElementById('server').innerText = server;
56
57 </script> 56 </script>
58@endsection 57@endsection