order create

This commit is contained in:
Samandar Turgunboyev
2026-01-23 19:29:04 +05:00
parent a5e100ed90
commit c2a2c2b09b
11 changed files with 187 additions and 60 deletions

View File

@@ -51,7 +51,7 @@ const Footer = () => {
</h3>
<ul className="space-y-2 text-sm">
{category?.slice(0, 6)?.map((link) => (
<Fragment key={link.name}>
<Fragment key={link.id}>
<li
key={link.id}
className="text-white hover:text-gray-300 transition-colors cursor-pointer"