Skip to content

Commit

Permalink
更新ui
Browse files Browse the repository at this point in the history
  • Loading branch information
buyfakett committed Dec 1, 2024
1 parent a368ed8 commit 52d8f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Urls/CustomCardList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const CustomCardList = ({data, className}) => {
'flex flex-col rounded-xl border border-gray-200 p-5 gap-y-6 sm:gap-y-8'
)}
>
<div className="grid grid-cols-2 sm:grid-cols-4 gap-4">
<div className="grid grid-cols-1 sm:grid-cols-4 gap-4">
{data.map((item, index) => (
<Card
key={index}
Expand Down

0 comments on commit 52d8f8e

Please sign in to comment.