Add s s 8854yh49944j404040
This commit is contained in:
parent
2931abc6d9
commit
b821173b17
@ -124,6 +124,11 @@ export default function GeneralLook() {
|
|||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div className="w-full h-full flex lg:flex-row flex-col justify-between items-center gap-3 lg:px-5 p-5 border border-secondary-light bg-primary dark:bg-primary-dark rounded-md shadow">
|
||||||
|
|
||||||
{stats2.map((stat, index) => (
|
{stats2.map((stat, index) => (
|
||||||
|
|
||||||
<div key={index} className="w-full h-full text-start flex items-center gap-2">
|
<div key={index} className="w-full h-full text-start flex items-center gap-2">
|
||||||
@ -139,8 +144,11 @@ export default function GeneralLook() {
|
|||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div className="w-full h-full flex lg:flex-row flex-col justify-between items-center gap-3 lg:px-5 p-5 border border-secondary-light bg-primary dark:bg-primary-dark rounded-md shadow">
|
||||||
|
|
||||||
{stats3.map((stat, index) => (
|
{stats3.map((stat, index) => (
|
||||||
|
|
||||||
<div key={index} className="w-full h-full text-start flex items-center gap-2">
|
<div key={index} className="w-full h-full text-start flex items-center gap-2">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user