Skip to content

Commit

Permalink
Fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilDahekar committed Nov 21, 2024
1 parent db3be00 commit 24db94a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pages/community/tsc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ function addAdditionalUserInfo(user: Tsc) {
* @returns The Twitter SVG component.
*/
function TwitterSVG() {

return (
<div className='size-5'>
<IconTwitter className='hover:fill-black' />
Expand All @@ -79,10 +78,9 @@ function TwitterSVG() {
* @returns The GitHub SVG component.
*/
function GitHubSVG() {

return (
<div className='size-5'>
<IconGithub className='hover:fill-black'/>
<IconGithub className='hover:fill-black' />
</div>
);
}
Expand All @@ -93,10 +91,9 @@ function GitHubSVG() {
* @returns The LinkedIn SVG component.
*/
function LinkedInSVG() {

return (
<div className='size-5'>
<IconLinkedIn className='hover:fill-linkedin'/>
<IconLinkedIn className='hover:fill-linkedin' />
</div>
);
}
Expand Down

0 comments on commit 24db94a

Please sign in to comment.