Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
refactor: Comment capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Sep 5, 2021
1 parent 3fd71f5 commit 4664442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/files/chooseIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const chooseIcon = (extension: string) => {
size={80}
color="#367FFA"
/>
); // THe default icon
); // The default icon
default:
return (
<Icon name="file" type="font-awesome-5" size={80} color="#367FFA" />
Expand Down

0 comments on commit 4664442

Please sign in to comment.