Skip to content

Commit f44a13b

Browse files
committed
fixed typos
1 parent 4bfe2a7 commit f44a13b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/dashboard_items/tutorial/BasicFunctions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<p class="tutorialContent">In the right sidebar, you'll find the Routes, Project Tree, and Component Details tabs:</p>
2323
<img alt="Right Sidebar tabs" src="../../../assets/rightsidebar.png" class="tut-screenshot">
2424
<h class="tutorial-sub-heading">Routes</h>
25-
<p class="tutorialContent">You can find all your routes in the Routes tab. To add a route, enter the name in the input field and click the ‘+’ or press enter. Once added, you can click on a route to navigate to it. To delete a route, click on the ‘x’ on the right side of the route block. (Note: The default route HomeView cannot be deleted.)
25+
<p class="tutorialContent">You can find all of your routes in the Routes tab. To add a route, enter the name in the input field and click the ‘+’, or press enter. Once added, you can click on a route to navigate to it. To delete a route, click on the ‘x’ on the right side of the route block. (Note: The default route HomeView cannot be deleted.)
2626
</p>
2727
<img alt="Routes tab" src="../../../assets/routes.png" class="tut-screenshot">
2828
<h class="tutorial-sub-heading">Uploading mockups</h>

src/components/home_sidebar_items/ComponentTab/ComponentTab.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default {
3838
}
3939
#store-cards {
4040
height: 100%;
41-
border-radius: 0px;
41+
border-radius: 0px !important;
4242
background-color: $subprimary;
4343
4444
}
@@ -47,10 +47,12 @@ export default {
4747
// matches the code editor bg
4848
background: $subprimary;
4949
padding: 0px;
50+
border-radius: 0px !important;
5051
// changes the length of the tab panels
5152
}
5253
.q-tab-panels {
5354
height: 100%;
55+
border-radius: 0px !important;
5456
}
5557
.q-tabs {
5658
background: $subprimary;

0 commit comments

Comments
 (0)