feat: mobileButtonNav active path

This commit is contained in:
shinya
2025-06-23 00:34:23 +08:00
parent 0137527b63
commit 1f7f3d8295
2 changed files with 13 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ const PageLayout = ({ children, activePath = '/' }: PageLayoutProps) => {
>
{children}
</main>
<MobileBottomNav />
<MobileBottomNav activePath={activePath} />
</div>
</>
);