Skip to content

Commit fdc04b1

Browse files
committed
updated abandonAction name to closeAction
1 parent 0d19c98 commit fdc04b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/ComponentDisplay.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
/>
140140
<q-btn
141141
id="note-btn-close"
142-
class="sidebar-btn abandonAction"
142+
class="sidebar-btn closeAction"
143143
label="Close"
144144
@click="this.openNoteModal"
145145
/>

src/components/dashboard_items/tutorial/Landing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@click="nextTab"
1010
/>
1111
<q-btn
12-
class="tut-btn abandonAction"
12+
class="tut-btn closeAction"
1313
label="Close Tutorial"
1414
@click="toggleTutorial"
1515
/>

src/css/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ main {
4343
border: 1px solid $negative;
4444
}
4545

46-
.abandonAction {
46+
.closeAction {
4747
background-color: $subprimary;
4848
color: $menutext;
4949
border: 1px solid $menutext;

0 commit comments

Comments
 (0)