mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
fix: refresh router after locale change in footer component
This commit is contained in:
@@ -94,6 +94,8 @@ export function Footer() {
|
||||
router.replace("/", {
|
||||
locale: locale as "en" | "zh-Hans" | "fr" | "es",
|
||||
});
|
||||
|
||||
router.refresh();
|
||||
}}
|
||||
value={locale}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user