Skip to content

Commit 4892a05

Browse files
committed
docs: update docs for card
1 parent a3010fd commit 4892a05

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

adminforth/documentation/docs/tutorial/03-Customization/15-afcl.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -431,18 +431,8 @@ If you need custom card, you can make it without
431431
<div class="split-screen">
432432
```ts
433433
<Card>
434-
<h5 class="font-bold text-2xl text-gray-800 dark:text-gray-100 mb-6">Monthly Statistics</h5>
435-
<div class="flex justify-between items-center gap-6">
436-
<div class="flex flex-col">
437-
<p class="font-semibold text-gray-600 dark:text-gray-300">Total Income</p>
438-
<p class="text-blue-500 font-bold text-xl mt-2">350,000$</p>
439-
</div>
440-
441-
<div class="flex flex-col">
442-
<p class="font-semibold text-gray-600 dark:text-gray-300">Total Profit</p>
443-
<p class="text-green-500 font-bold text-xl mt-2">100,000$</p>
444-
</div>
445-
</div>
434+
<p class="font-semibold text-gray-600 text-xl dark:text-gray-300">Total Profit</p>
435+
<p class="text-green-500 font-bold mt-2">$100,000</p>
446436
</Card>
447437
```
448438

-16.6 KB
Loading

0 commit comments

Comments
 (0)