UPDATE: Added more categories to database and updated categories page
This commit is contained in:
@@ -23,7 +23,7 @@ const ListItem: React.FC<ListItemProps> = ({
|
||||
return (
|
||||
<div className="p-4">
|
||||
<div
|
||||
className="min-w-[25vw] overflow-hidden flex-shrink-0 flex flex-col bg-purple-900 rounded-lg
|
||||
className="min-w-[20vw] overflow-hidden flex-shrink-0 flex flex-col bg-purple-900 rounded-lg
|
||||
cursor-pointer hover:bg-pink-700 hover:scale-105 transition-all"
|
||||
onClick={onItemClick}
|
||||
>
|
||||
|
||||
@@ -52,7 +52,7 @@ const ListRow: React.FC<ListRowProps> = ({
|
||||
</div>
|
||||
|
||||
<div className="relative overflow-hidden flex items-center z-0">
|
||||
{!wrap && items.length > 3 && (
|
||||
{!wrap && items.length > 4 && (
|
||||
<>
|
||||
<ArrowLeftIcon
|
||||
onClick={slideLeft}
|
||||
|
||||
Reference in New Issue
Block a user