posts are done

This commit is contained in:
2026-05-19 00:08:02 +02:00
parent 202ce22102
commit 2e9e3ed41b
35 changed files with 1528 additions and 272 deletions

View File

@@ -41,7 +41,7 @@ export default function ProfilePage() {
to="/social/logout"
className="inline-flex items-center gap-2 rounded-xl border border-brand-lines/20 px-3 py-2 text-sm text-brand-text/80 hover:bg-brand-lines/10 hover:text-brand-accent"
>
<FiLogOut size={14} /> {t("nav.logout")}
<FiLogOut size={16} /> {t("nav.logout")}
</Link>
</div>
</div>