fix: fix typo in gdoc_keyboard icons filename (#213)

BREAKING CHANGE: Icons `gblog_keyborad_arrow_*` were renamed to `gblog_keyboard_arrow_*?`.
This commit is contained in:
Robert Kaussow 2022-02-22 22:31:49 +01:00 committed by GitHub
parent 614d157b2f
commit 425b7ed2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

Before

Width:  |  Height:  |  Size: 255 B

After

Width:  |  Height:  |  Size: 255 B

View File

Before

Width:  |  Height:  |  Size: 257 B

After

Width:  |  Height:  |  Size: 257 B