Skip to content

Commit

Permalink
Remove menu button from Details screen navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Psirex committed Apr 27, 2018
1 parent 1e14011 commit b408ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Details.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<NavigationLayout :back="true" :menu="true">
<NavigationLayout :back="true">
<div class="container">
<div class="course_wrapper">
<img src='@/assets/course_detail.png' class="background">
Expand Down

0 comments on commit b408ff1

Please sign in to comment.