Skip to content

Commit a93b8de

Browse files
authored
1 parent 82abfe1 commit a93b8de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,13 @@ const projectList = [
11361136
projectLink: 'https://github.com/eclipse/jkube',
11371137
description: 'Cloud-Native Java Applications without a hassle, bring your Java applications to Kubernetes',
11381138
tags: ['Java', 'Kubernetes', 'OpenShift', 'Eclipse', 'OpenSource', 'Beginner']
1139+
},
1140+
{
1141+
name: 'Spaceship Prompt',
1142+
imageSrc: 'https://raw.githubusercontent.com/spaceship-prompt/brand/main/spaceship-letters-outside.svg',
1143+
projectLink: 'https://github.com/spaceship-prompt/spaceship-prompt',
1144+
description: 'Minimalistic, powerful and extremely customizable Zsh prompt',
1145+
tags: ['Shell', 'Zsh', 'Prompt', 'Productivity']
11391146
}
11401147
];
11411148
export default projectList;

0 commit comments

Comments
 (0)