Skip to content

Commit

Permalink
Merge pull request #1637 from Smol-An/fix_link
Browse files Browse the repository at this point in the history
[#1633] fix link to free webinars
  • Loading branch information
fey authored Jun 17, 2024
2 parents 291080b + e557c1c commit bbb6872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/lang/ru/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'volunteers_in_tg' => 'Telegram',
'other_os_projects' => 'OpenSource',
'help' => 'Помощь',
'knowledge' => 'База знаний',
'free' => 'Учиться бесплатно',
'blog' => 'Блог',
'recommended_books' => 'Рекомендуемые книги',
'additionally' => 'Дополнительно',
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/_footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class="nav-link px-0">{{ __('layout.footer.volunteers_in_tg') }}</a></li>
<ul class="nav flex-column align-items-start">
<li><a href="https://ru.hexlet.io/blog" class="nav-link px-0">{{ __('layout.footer.blog') }}</a>
</li>
<li><a href="https://ru.hexlet.io/knowledge" class="nav-link px-0">{{ __('layout.footer.knowledge') }}</a>
<li><a href="https://ru.hexlet.io/webinars" class="nav-link px-0">{{ __('layout.footer.free') }}</a>
</li>
<li><a href="https://ru.hexlet.io/pages/recommended-books"
class="nav-link px-0">{{ __('layout.footer.recommended_books') }}</a></li>
Expand Down

0 comments on commit bbb6872

Please sign in to comment.