Removed Capitalizing githib project #351

This commit is contained in:
Vikrant Tomar 2023-04-02 13:35:47 +05:30
parent 6b3e56f57b
commit 4eb7f0a376

View File

@ -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 }) => {
<div className="flex items-center">
<div className="card-title text-lg tracking-wide flex text-base-content opacity-60">
<MdInsertLink className="my-auto" />
<span className="capitalize">{item.name}</span>
<span>{item.name}</span>
</div>
</div>
<p className="mb-5 mt-1 text-base-content text-opacity-60 text-sm">