Skip to content

Commit 93e72aa

Browse files
committed
βž• Add: Algochurn link
1 parent 50d337c commit 93e72aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žpages/index.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export default function Home() {
190190
<ProjectCard
191191
title="Algochurn"
192192
description="Your last moment friend before a Technical Interview round. Practice the most popular Data Structures & Algorithms"
193-
href="#"
193+
href="https://algochurn.com"
194194
icon="algochurn"
195195
/>
196196
<ProjectCard

β€Žpages/projects.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default function projects() {
128128
<ProjectCard
129129
title="Algochurn"
130130
description="Your last moment friend before a Technical Interview round. Practice the most popular Data Structures & Algorithms"
131-
href="#"
131+
href="https://algochurn.com"
132132
icon="algochurn"
133133
tags={["NextJS", "Tailwind", "MongoDB", "NodeJS"]}
134134
/>

0 commit comments

Comments
Β (0)