order create
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user