move StatCards up in Dashboard UI

ref #10
This commit is contained in:
Philipp Dormann 2020-12-31 16:19:40 +01:00
parent b4df123c04
commit e9a6637eb9

View File

@ -273,6 +273,7 @@ import store from "../store";
<div class="shadow px-6 pt-4 pb-1">
<BreadcrumbNav />
</div>
<StatCards />
<div class="mb-8">
<FileUpload />
</div>
@ -291,7 +292,6 @@ import store from "../store";
<div class="mb-8">
<Avatars />
</div>
<StatCards />
<div class="mb-8">
<Tracks />
</div>