Removed a space

This commit is contained in:
RadoslavL 2023-09-27 19:05:44 +03:00
parent 07c52cba3d
commit 509bace7d1

View File

@ -12,7 +12,7 @@ module Invidious::Frontend::Pagination
str << "&nbsp;&nbsp;"
str << %(<i class="icon ion-ios-arrow-forward"></i>)
else
# Regular arrow ("first" points to the left)
# Regular arrow ("first" points to the left)
str << %(<i class="icon ion-ios-arrow-back"></i>)
str << "&nbsp;&nbsp;"
str << translate(locale, "First page")