Skip to content

Commit 201ac36

Browse files
Merge pull request #696 from AnshuPriya-1/fix/openchat-link
fix: replace placeholder link for OpenChat with valid internal route
2 parents 13190cb + 86dfd41 commit 201ac36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helper/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ const projects = [
318318
name: 'OpenChat',
319319
description:
320320
'a decentralised platform for secure and private messaging and file sharing built on top of blockchain',
321-
link: { href: '#', label: 'OpenChat' },
321+
link: { href: '/projects/openchat', label: 'OpenChat' },
322322
logo: OpenChatLogo,
323323
status: 'ongoing',
324324
category: 'Ongoing'

0 commit comments

Comments
 (0)