Skip to content

Commit

Permalink
Update Contributors.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zalabhavy authored Jul 13, 2024
1 parent 102ffaf commit 4638923
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/pages/Contributors.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useEffect, useState } from 'react';
import axios from 'axios';
import bgHero from "../assets/bgHero.png";
import { FaGithub } from 'react-icons/fa';

interface Contributor {
id: number;
Expand Down Expand Up @@ -56,9 +55,6 @@ const Contributors: React.FC = () => {
<p className="text-gray-700 dark:text-gray-400">
Contributions: {contributor.contributions}
</p>
<p className="text-gray-700 dark:text-gray-400 flex items-center">
<FaGithub className="mr-1" /> GitHub Profile
</p>
</a>
))}
</div>
Expand Down

0 comments on commit 4638923

Please sign in to comment.