mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 20:52:14 +01:00
Merge branch 'main' of github.com:solidtime-io/solidtime into feature/dashboard_empty_states
# Conflicts: # resources/js/Components/Dashboard/DashboardCard.vue # resources/js/Components/Dashboard/RecentlyTrackedTasksCard.vue
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
<CardTitle :title="title" :icon="icon"></CardTitle>
|
||||
<div
|
||||
class="rounded-lg bg-card-background border border-card-border flex-1 flex items-stretch">
|
||||
<div class="w-full flex flex-col">
|
||||
<div
|
||||
class="w-full flex flex-col">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user