Skip to content

Commit

Permalink
fix links styles in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
richpeach-bot authored Aug 30, 2023
1 parent ccd11a9 commit 2b0b522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/mytheme/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="col-sm">
<p class="mb-1">&copy;Андрей Куманяев, 2012-2014. Все права защищены.</p>
<p class="mb-1">&copy;Kaize Team</p>
<p class="mb-1">&copy;<a href="https://ru.hexlet.io/" target="_blank" rel="noopener">Hexlet</a> 2023</p>
<p class="mb-1">&copy;<a href="https://ru.hexlet.io/" class="text-decoration-none text-light" target="_blank" rel="noopener">Hexlet</a> 2023</p>
<p class="mb-1">&copy;Pearson eCollege, 2012. All rights reserved.</p>
</div>
</div>
Expand Down

0 comments on commit 2b0b522

Please sign in to comment.