Skip to content

Commit

Permalink
building
Browse files Browse the repository at this point in the history
  • Loading branch information
CaffeineSheep committed Mar 23, 2023
1 parent ab9b4be commit 882662c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/home/default.blade.php
Expand Up @@ -76,12 +76,12 @@ class="card-footer-link">{{ trans('common.view_all') }}</a>
<h3 class="card-title">Looking for help 🙋‍♂️</h3>
<div id="recently-updated-pages" class="px-m">
@include('entities.list', [
'entities' => $latestDrafts,
'entities' => $latestDraftHelp,
'style' => 'compact',
'emptyText' => trans('entities.no_pages_recently_updated'),
])
</div>
<a href="{{ url('/pages/drafts-recently-updated') }}"
<a href="{{ url('/books/draft-help') }}"
class="card-footer-link">{{ trans('common.view_all') }}</a>
</div>
</div>
Expand All @@ -103,7 +103,7 @@ class="card-footer-link">{{ trans('common.view_all') }}</a>
'emptyText' => trans('entities.no_pages_recently_updated'),
])
</div>
<a href="{{ url('/pages/drafts-recently-updated') }}"
<a href="{{ url('/books/drafts') }}"
class="card-footer-link">{{ trans('common.view_all') }}</a>
</div>
<div id="recent-pages" class="card mb-xl">
Expand Down

0 comments on commit 882662c

Please sign in to comment.