react-feather
react-feather copied to clipboard
Case Consistency
Is there a reason GitHub uses PascalCase while Gitlab uses Snakecase?
export { default as GitHub } from './icons/github';
export { default as Gitlab } from './icons/gitlab';
Proposal:
Change Gitlab
to GitLab
I would maybe agree here, I first thought that it could be because GitLab spelled there name "Gitlab", in which case it makes sense to as it is now, but they dont. So this would make change to change. But also a super small thing that might have unnecessary ripple effects through out some peoples project, it is a braking change after all