Skip to content

Commit

Permalink
Moved the pdf from gdrive to repository. Closes #1644
Browse files Browse the repository at this point in the history
  • Loading branch information
artengin committed Nov 5, 2024
1 parent 1876947 commit 0326fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/_nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class="nav-link p-2">{{ __('layout.nav.sicp_read') }}</a></li>
@endif
<li class="nav-item"><a href="{{ route('top.index') }}" class="nav-link p-2">{{ __('layout.nav.rating') }}</a>
</li>
<li class="nav-item"><a href="{{ TemplateHelper::getBookLink($currentLocale) }}"
<li class="nav-item"><a href="{{ Vite::asset("resources/assets/images/sicp-{$currentLocale}.pdf") }}"
class="nav-link link-info p-2">{{ __('layout.nav.sicp_book') }}</a></li>
</ul>
<ul class="navbar-nav ms-md-auto">
Expand Down

0 comments on commit 0326fe4

Please sign in to comment.