diff --git a/src/app/(trending)/Trending.tsx b/src/app/trending/Trending.tsx similarity index 100% rename from src/app/(trending)/Trending.tsx rename to src/app/trending/Trending.tsx diff --git a/src/app/(trending)/VideoCard.tsx b/src/app/trending/VideoCard.tsx similarity index 100% rename from src/app/(trending)/VideoCard.tsx rename to src/app/trending/VideoCard.tsx diff --git a/src/app/(trending)/page.tsx b/src/app/trending/page.tsx similarity index 100% rename from src/app/(trending)/page.tsx rename to src/app/trending/page.tsx diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx index 415cb54..c2f7acf 100644 --- a/src/components/Nav.tsx +++ b/src/components/Nav.tsx @@ -18,7 +18,7 @@ export const Nav: Component = () => { const navItems = [ { title: "Trending", - link: "/" + link: "/trending" }, { title: "Subscriptions",