Skip to content

Commit

Permalink
Merge pull request #37 from david-ponc/bugfix/folder-link-to-github
Browse files Browse the repository at this point in the history
fix: change isFolder with true
  • Loading branch information
pheralb authored Sep 14, 2024
2 parents 6775dc1 + dd9d86b commit 916f6b7
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 916f6b7

Please sign in to comment.