Skip to content

Commit e9c4e72

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # changelog.md # package.json # src/components/Header/Header.vue # yarn.lock
2 parents 003435a + 72dd034 commit e9c4e72

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/pages/Dashboard/components/BigStat/BigStat.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</b-dropdown>
1717
</div>
1818
<div class="px-5">
19-
<h4 class="fw-semi-bold mb-lg mt-sm">{{total}}</h4>
19+
<h4 class="fw-semi-bold mb-sm mt-sm">{{total}}</h4>
2020
<div class="d-flex">
2121
<div class="w-50 py-3 pr-2">
2222
<div class="d-flex align-items-start">

src/pages/Notifications/Notifications.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
to change notifications position:</p>
1616
<div class="location-selector">
1717
<div
18-
class="bit top left" @click="toggleLocation('top-left')"
18+
class="bit top left" @click="toggleLocation('top-left')"
1919
/>
2020
<div
21-
class="bit top right" @click="toggleLocation('top-right')"
21+
class="bit top right" @click="toggleLocation('top-right')"
2222
/>
2323
<div
24-
class="bit top" @click="toggleLocation('top-center')"
24+
class="bit top" @click="toggleLocation('top-center')"
2525
/>
2626
<div
27-
class="bit bottom left" @click="toggleLocation('bottom-left')"
27+
class="bit bottom left" @click="toggleLocation('bottom-left')"
2828
/>
2929
<div
30-
class="bit bottom right" @click="toggleLocation('bottom-right')"
30+
class="bit bottom right" @click="toggleLocation('bottom-right')"
3131
/>
3232
<div
33-
class="bit bottom" @click="toggleLocation('bottom-center')"
33+
class="bit bottom" @click="toggleLocation('bottom-center')"
3434
/>
3535
</div>
3636
</b-col>

0 commit comments

Comments
 (0)