Skip to content

Commit

Permalink
fix: change isFolder with true
Browse files Browse the repository at this point in the history
  • Loading branch information
david-ponc committed Sep 14, 2024
1 parent 6775dc1 commit dd9d86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/app/routes/folders._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Folders() {
return (
<Card
key={icon.name}
isFolder={false}
isFolder={true}
iconSize={deferredSize}
{...icon}
/>
Expand Down

0 comments on commit dd9d86b

Please sign in to comment.