Skip to content

Commit

Permalink
fix: fix typo in gdoc_keyboard icons filename (#213)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Icons `gblog_keyborad_arrow_*` were renamed to `gblog_keyboard_arrow_*?`.
  • Loading branch information
xoxys authored Feb 22, 2022
1 parent 614d157 commit 425b7ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/site-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<div class="flex flex-25 justify-end">
<span class="gblog-footer__item text-right">
<a class="gblog-footer__link fake-link" href="#" aria-label="Back to top">
<svg class="icon gblog_keyborad_arrow_up">
<use xlink:href="#gblog_keyborad_arrow_up"></use>
<svg class="icon gblog_keyboard_arrow_up">
<use xlink:href="#gblog_keyboard_arrow_up"></use>
</svg>
<span class="hidden-mobile">Back to top</span>
</a>
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 425b7ed

Please sign in to comment.