Skip to content

Commit

Permalink
#29: Update PixelUnit route
Browse files Browse the repository at this point in the history
  • Loading branch information
roryschadler committed Mar 15, 2022
1 parent 8bc6cfc commit 138377c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/metamine/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<p>Provide a platform for visualizing data, and mechanisms for visualization methods to be shared</p>
</div>
</li>
<li class="card card-float inline-display" @click.prevent="openLinks('/pixelunit')">
<li class="card card-float inline-display" @click.prevent="openLinks('/mm/pixelunit')">
<div class="card-inside">
<div class="card-icon-container"><i class="material-icons card-icon card-icon-adjust">grain</i></div>
<h2 class="card-heading">Module Tools</h2>
Expand Down
6 changes: 6 additions & 0 deletions app/src/router/module/metamine.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ const metamineRoutes = [
name: 'Teams',
component: () => import(/* webpackChunkName: "about" */ '@/pages/nanomine/teams/Teams.vue'),
meta: { requiresAuth: false }
},
{
path: 'pixelunit',
name: 'PixelUnit',
component: () => import(/* webpackChunkName: "pixelunit" */ '@/pages/metamine/PixelUnit/PixelUnit.vue'),
meta: { requiresAuth: false }
}
]

Expand Down

0 comments on commit 138377c

Please sign in to comment.