activity feed is more important that recent projects
This commit is contained in:
@@ -79,19 +79,7 @@
|
||||
|
||||
<div class="flex flex-wrap mt-6 -mx-3">
|
||||
|
||||
<div class="w-full max-w-full px-3 mt-0 lg:w-7/12 lg:flex-none">
|
||||
<div class="relative flex flex-col min-w-0 break-words bg-white border-0 shadow-soft-xl rounded-2xl bg-clip-border">
|
||||
<div class="border-black/12.5 rounded-t-2xl border-b-0 border-solid p-6 pb-0">
|
||||
<h6 class="capitalize">Recent Projects</h6>
|
||||
<p class="text-sm leading-normal">Your active projects</p>
|
||||
</div>
|
||||
<div class="flex-auto p-6 pt-4">
|
||||
<p class="text-sm text-slate-500 text-center py-8">No projects yet.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w-full max-w-full px-3 mt-4 lg:w-5/12 lg:flex-none lg:mt-0">
|
||||
<div class="w-full max-w-full px-3 mt-4 lg:w-7/12 lg:flex-none lg:mt-0">
|
||||
<div class="relative flex flex-col min-w-0 break-words bg-white border-0 shadow-soft-xl rounded-2xl bg-clip-border">
|
||||
<div class="border-black/12.5 rounded-t-2xl border-b-0 border-solid p-6 pb-0">
|
||||
<h6 class="capitalize">Activity</h6>
|
||||
@@ -103,6 +91,18 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w-full max-w-full px-3 mt-0 lg:w-5/12 lg:flex-none">
|
||||
<div class="relative flex flex-col min-w-0 break-words bg-white border-0 shadow-soft-xl rounded-2xl bg-clip-border">
|
||||
<div class="border-black/12.5 rounded-t-2xl border-b-0 border-solid p-6 pb-0">
|
||||
<h6 class="capitalize">Recent Projects</h6>
|
||||
<p class="text-sm leading-normal">Your active projects</p>
|
||||
</div>
|
||||
<div class="flex-auto p-6 pt-4">
|
||||
<p class="text-sm text-slate-500 text-center py-8">No projects yet.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</AppLayout>
|
||||
|
||||
Reference in New Issue
Block a user