Skip to content

Commit

Permalink
fix: removed download route
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyr33x committed Sep 12, 2024
1 parent 79fc212 commit 29f9d9d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions apps/web/src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ export const routes: ReadonlyArray<Route<string>> = [
title: "About",
path: "/about",
},
{
title: "Download",
path: "/download",
},
// TODO: schedule for a later time
// {
// title: "Download",
// path: "/download",
// },
{
title: "Canary",
path: "/canary",
Expand Down

0 comments on commit 29f9d9d

Please sign in to comment.