From 4eb7f0a376f8ad49dbd7b7f1a874bc0653d62eb9 Mon Sep 17 00:00:00 2001 From: Vikrant Tomar <71812400+hkrvikrant@users.noreply.github.com> Date: Sun, 2 Apr 2023 13:35:47 +0530 Subject: [PATCH] Removed Capitalizing githib project #351 --- src/components/project/index.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/project/index.jsx b/src/components/project/index.jsx index f89fd12..e46a0ca 100644 --- a/src/components/project/index.jsx +++ b/src/components/project/index.jsx @@ -1,8 +1,8 @@ -import { Fragment } from 'react'; -import { AiOutlineStar, AiOutlineFork } from 'react-icons/ai'; import PropTypes from 'prop-types'; -import { ga, languageColor, skeleton } from '../../helpers/utils'; +import { Fragment } from 'react'; +import { AiOutlineFork, AiOutlineStar } from 'react-icons/ai'; import { MdInsertLink } from 'react-icons/md'; +import { ga, languageColor, skeleton } from '../../helpers/utils'; const Project = ({ repo, loading, github, googleAnalytics }) => { if (!loading && Array.isArray(repo) && repo.length === 0) { @@ -89,7 +89,7 @@ const Project = ({ repo, loading, github, googleAnalytics }) => {
- {item.name} + {item.name}