mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-27 06:48:19 +08:00
feat: mobileButtonNav active path
This commit is contained in:
@@ -36,7 +36,7 @@ const PageLayout = ({ children, activePath = '/' }: PageLayoutProps) => {
|
||||
>
|
||||
{children}
|
||||
</main>
|
||||
<MobileBottomNav />
|
||||
<MobileBottomNav activePath={activePath} />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user