Skip to content

Commit

Permalink
Update GitProfile.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirajunnasihin authored Mar 27, 2024
1 parent 81d1eb8 commit fe58105
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/GitProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,15 @@ const GitProfile = ({ config }) => {
</div>
<div className="lg:col-span-2 col-span-1">
<div className="grid grid-cols-1 gap-6">
<Project
repo={repo}
<ExternalProject
loading={loading}
github={sanitizedConfig.github}
externalProjects={sanitizedConfig.externalProjects}
googleAnalytics={sanitizedConfig.googleAnalytics}
/>
<ExternalProject
<Project
repo={repo}
loading={loading}
externalProjects={sanitizedConfig.externalProjects}
github={sanitizedConfig.github}
googleAnalytics={sanitizedConfig.googleAnalytics}
/>
<Blog
Expand Down

0 comments on commit fe58105

Please sign in to comment.