Skip to content

Commit 72115cd

Browse files
committed
chore: wip
1 parent 2f43b37 commit 72115cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/framework/defaults/components/Dashboard/Email/EmailSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const getUnreadCount = (folderId: string): number => {
6262
@click="startCompose"
6363
class="w-full flex items-center justify-center rounded-md bg-blue-600 px-3 py-3 text-center text-sm text-white font-semibold shadow-sm hover:bg-blue-500"
6464
>
65-
<i class="i-hugeicons-plus-sign text-lg mr-2" :class="{ 'mr-0': !sidebarOpen }"></i>
65+
<i class="i-hugeicons-plus-sign text-lg" :class="{ 'mr-2': sidebarOpen, 'mr-0': !sidebarOpen }"></i>
6666
<span v-if="sidebarOpen">Compose</span>
6767
</button>
6868
</div>

0 commit comments

Comments
 (0)