Fix jwt-token
This commit is contained in:
@@ -138,10 +138,10 @@ const Dashboard = () => {
|
|||||||
</div>
|
</div>
|
||||||
<dl className="mt-5 grid grid-cols-1 gap-5 sm:grid-cols-2 lg:grid-cols-4">
|
<dl className="mt-5 grid grid-cols-1 gap-5 sm:grid-cols-2 lg:grid-cols-4">
|
||||||
{stats.map((item) => (
|
{stats.map((item) => (
|
||||||
<div
|
<div
|
||||||
key={item.id}
|
key={item.id}
|
||||||
className="relative bg-white pt-5 px-4 pb-12 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden"
|
className="relative bg-white pt-5 px-4 pb-12 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden"
|
||||||
>
|
>
|
||||||
<dt>
|
<dt>
|
||||||
<div className={`absolute ${item.color} rounded-md p-3`}>
|
<div className={`absolute ${item.color} rounded-md p-3`}>
|
||||||
<item.icon className="h-6 w-6 text-white" aria-hidden="true" />
|
<item.icon className="h-6 w-6 text-white" aria-hidden="true" />
|
||||||
@@ -156,7 +156,7 @@ const Dashboard = () => {
|
|||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user