Skip to content

Commit a0381f7

Browse files
committed
Merge branch 'v0.20' into release
2 parents 6102f66 + 3cd0838 commit a0381f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/books/export.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<style>
88
@if (!app()->environment('testing'))
9-
{!! file_get_contents(public_path('/css/export-styles.css')) !!}
9+
{!! file_get_contents(public_path('/dist/export-styles.css')) !!}
1010
@endif
1111
.page-break {
1212
page-break-after: always;

resources/views/chapters/export.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<style>
88
@if (!app()->environment('testing'))
9-
{!! file_get_contents(public_path('/css/export-styles.css')) !!}
9+
{!! file_get_contents(public_path('/dist/export-styles.css')) !!}
1010
@endif
1111
.page-break {
1212
page-break-after: always;

0 commit comments

Comments
 (0)