diff --git a/src/invidious/frontend/pagination.cr b/src/invidious/frontend/pagination.cr index d120f9b6..c119851b 100644 --- a/src/invidious/frontend/pagination.cr +++ b/src/invidious/frontend/pagination.cr @@ -5,7 +5,7 @@ module Invidious::Frontend::Pagination private def first_page(str : String::Builder, locale : String?, url : String) str << %() - + if locale_is_rtl?(locale) # Inverted arrow ("first" points to the right) str << translate(locale, "First page")