Skip to content

Commit 82e0fff

Browse files
committed
more instaxchange images
1 parent 95cb4c1 commit 82e0fff

File tree

10 files changed

+6
-7
lines changed

10 files changed

+6
-7
lines changed
147 KB
Loading
150 KB
Loading
132 KB
Loading
113 KB
Loading
80.9 KB
Loading
74.7 KB
Loading
84.2 KB
Loading
84.6 KB
Loading

src/components/ProjectWrapper.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ const Project = ({
6666
<div className="flex flex-col flex-1">
6767
<Link
6868
href={link}
69-
className={cn(
70-
'text-white flex items-center gap-1 mb-2 text-xl font-semibold whitespace-nowrap underline-animation',
71-
inView && 'text-secondary'
72-
)}
69+
className={
70+
'flex gap-1 items-center mb-2 text-xl font-semibold text-white whitespace-nowrap underline-animation group-hover:text-secondary'
71+
}
7372
>
7473
{title}
7574
<BsLink45Deg

src/components/Projects.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const Projects: any = () => {
66
<ProjectWrapper
77
title="InstaXchange"
88
gallerySrc="instaxchange"
9-
imageCount={3}
9+
imageCount={11}
1010
link="https://www.instaxchange.com/"
11-
description="InstaXchange is a crypto exchange platform that allows users to buy and sell cryptocurrencies. It offers a wide range of cryptocurrencies to choose from, and the platform is designed to be user-friendly and easy to use. "
11+
description="InstaXchange is a crypto exchange platform that allows users to buy and sell cryptocurrencies. It offers a wide range of cryptocurrencies to choose from, and the platform is designed to be user-friendly and easy to use."
1212
tags={[
1313
'TypeScript',
1414
'React',
@@ -28,7 +28,7 @@ const Projects: any = () => {
2828
gallerySrc="acertip"
2929
imageCount={7}
3030
link="https://acertip.com/"
31-
description="Acertip is an innovative platform that unites architects, engineers and constructors. Share knowledge, showcase your projects, and easily find the right specialists and companies. "
31+
description="Acertip is an innovative platform that unites architects, engineers and constructors. Share knowledge, showcase your projects, and easily find the right specialists and companies."
3232
// accomplishments={[
3333
// 'React Query for efficient data fetching and caching',
3434
// 'Comprehensive user profile management system',

0 commit comments

Comments
 (0)