From 45fd66e59574dbd597600bd6108bf3a6127bb8f1 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Tue, 3 Jan 2023 18:04:44 +0600 Subject: [PATCH] Update project icons --- src/components/external-project/index.jsx | 2 +- src/components/project/index.jsx | 31 ++++++++--------------- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/src/components/external-project/index.jsx b/src/components/external-project/index.jsx index c5760a1..331feb5 100644 --- a/src/components/external-project/index.jsx +++ b/src/components/external-project/index.jsx @@ -98,7 +98,7 @@ const ExternalProject = ({ externalProjects, loading, googleAnalytics }) => {
-

+

{item.title}

{item.imageUrl && ( diff --git a/src/components/project/index.jsx b/src/components/project/index.jsx index ebec843..6b82338 100644 --- a/src/components/project/index.jsx +++ b/src/components/project/index.jsx @@ -2,6 +2,7 @@ import { Fragment } from 'react'; import { AiOutlineStar, AiOutlineFork } from 'react-icons/ai'; import PropTypes from 'prop-types'; import { ga, languageColor, skeleton } from '../../helpers/utils'; +import { MdInsertLink } from 'react-icons/md'; const Project = ({ repo, loading, github, googleAnalytics }) => { if (!loading && Array.isArray(repo) && repo.length === 0) { @@ -18,7 +19,11 @@ const Project = ({ repo, loading, github, googleAnalytics }) => {
- {skeleton({ width: 'w-32', height: 'h-8' })} + {skeleton({ + width: 'w-32', + height: 'h-8', + className: 'mb-1', + })}
@@ -81,25 +86,11 @@ const Project = ({ repo, loading, github, googleAnalytics }) => { >
-
- - - - -
- {item.name} -
-
+
+
+ + {item.name} +

{item.description}