Removed a tab

This commit is contained in:
RadoslavL 2023-09-27 19:35:40 +03:00
parent 58bad6180f
commit c257882a1f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module Invidious::Frontend::Pagination
private def first_page(str : String::Builder, locale : String?, url : String)
str << %(<a href=") << url << %(" class="pure-button pure-button-secondary">)
if locale_is_rtl?(locale)
# Inverted arrow ("first" points to the right)
str << translate(locale, "First page")