fix theme and language buttons

This commit is contained in:
root
2026-05-25 03:31:38 -04:00
parent c9cbe479aa
commit 1606ea0053
2 changed files with 117 additions and 39 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ export default function AdminDashboardLayout({ children }: { children: React.Rea
</svg>
{dict.logout}
</button>
<div className="mt-4 flex flex-col items-center gap-3 border-t border-stone-200/80 pt-4 dark:border-blue-900">
<div className="mt-4 flex items-center gap-2 border-t border-stone-200/80 pt-4 dark:border-blue-900">
<AdminLanguageSwitcher />
<AdminThemeSwitcher />
</div>