Skip to content

Commit

Permalink
fix(frontend): Allign file icon with folder icon
Browse files Browse the repository at this point in the history
  • Loading branch information
freshavocado7 committed Sep 20, 2024
1 parent 1b2a4bf commit ad56710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/DiffExplorer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const DiffExplorer = ({
)}
</button>
) : (
<File className="ml-2 dark:text-gray-200" />
<File className="ml-5 dark:text-gray-200" />
)}
<span
onClick={() => handleLeafClick(node)}
Expand Down

0 comments on commit ad56710

Please sign in to comment.