Skip to content

Commit

Permalink
remove overview for now
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Nov 14, 2023
1 parent 5fa9701 commit c0ccf33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/about/PageAbout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<!-- main links to sub pages -->
<AppSection>
<AppFlex gap="big">
<AppTile
<!-- <AppTile
to="/overview"
icon="cogs"
title="Overview"
subtitle="How all the pieces of Monarch fit together"
/>
/> -->
<AppTile
to="https://monarch-app.monarchinitiative.org/"
icon="code"
Expand Down
10 changes: 5 additions & 5 deletions frontend/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ export const routes: RouteRecordRaw[] = [
},

/** about pages */
{
path: "/overview",
name: "Overview",
component: () => import("../pages/about/PageOverview.vue"),
},
// {
// path: "/overview",
// name: "Overview",
// component: () => import("../pages/about/PageOverview.vue"),
// },
{
path: "/cite",
name: "Cite",
Expand Down

0 comments on commit c0ccf33

Please sign in to comment.