Skip to content

Commit e65b3ce

Browse files
committed
mockup hidden
1 parent f757bf5 commit e65b3ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/right-sidebar/RoutesTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Includes functionality to:
3030
</template>
3131
</q-input>
3232
<Routes></Routes>
33-
<UploadMockup></UploadMockup>
33+
<!-- <UploadMockup></UploadMockup> -->
3434
</div>
3535

3636
</template>

src/components/right-sidebar/tutorial/BasicFunctions.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
deleted.)
3939
</p>
4040
<img alt="Routes tab" src="../../../assets/routes.png" class="tut-screenshot">
41-
<h class="tutorial-sub-heading">Uploading mockups</h>
41+
<!-- <h class="tutorial-sub-heading">Uploading mockups</h>
4242
<p class="tutorialContent">You can upload a design mockup in the Routes tab of the right sidebar menu (one mockup
4343
per route). Select the route in the Routes tab, open the ‘Upload Mockup’ sub-menu and click ‘Upload Mockup’. To
4444
clear the image, click the ‘Clear Image’ button.
@@ -48,7 +48,7 @@
4848
<p class="tutorialContent">You can find a visualization of your app hierarchy in the Project Tree tab of the right
4949
sidebar. Routes are blue, components are green. You can also navigate to a component or route by clicking on it in
5050
the project tree.
51-
</p>
51+
</p> -->
5252
<img alt="Project Tree" src="../../../assets/project-tree.png" class="tut-screenshot">
5353
<h class="tutorial-sub-heading">Component Details</h>
5454
<p class="tutorialContent">Under the component details tab, you can access details about the active/selected

0 commit comments

Comments
 (0)