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.description}