feat: показать подпись кнопки 'К группам' на мобильных устройствах

This commit is contained in:
kilyabin
2025-11-30 23:32:36 +04:00
parent 86715eaf66
commit 166c73aff4
2 changed files with 4 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ export function NavBar({ cacheAvailableFor, groups }: {
tabIndex={-1}
>
<ArrowLeft className="h-4 w-4" />
<span className="hidden sm:inline">К группам</span>
<span>К группам</span>
</Button>
</Link>
</li>