We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceed5c1 commit 8817900Copy full SHA for 8817900
resources/views/linkstack/linkstack.blade.php
@@ -12,7 +12,7 @@
12
@stack('linkstack-body-start')
13
@include('linkstack.modules.admin-bar')
14
@include('linkstack.modules.share-button')
15
- @include('components.report-icon')
+ @include('linkstack.modules.report-icon')
16
<div class="container">
17
<div class="row">
18
<div class="column" style="margin-top: 5%">
@@ -22,7 +22,7 @@
22
@include('linkstack.elements.icons')
23
@endforeach
24
@include('linkstack.elements.buttons')
25
- @include('layouts.footer')
+ @include('linkstack.modules.footer')
26
</div>
27
28
resources/views/layouts/footer.blade.php renamed to resources/views/linkstack/modules/footer.blade.php
resources/views/components/report-icon.blade.php renamed to resources/views/linkstack/modules/report-icon.blade.php
0 commit comments