Skip to content

Commit

Permalink
Remove Dark Cloud 2 Fishing project
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Kwan committed Jan 11, 2024
1 parent f7891f9 commit 15dd776
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pages/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ async function getRepoDescription(githubRepoUrl: string) {

const projectsWithDescriptions = [
'CutieBot',
'DarkCloud2Fishing',
'portfolio-nextjs',
'leetcode',
'Lets-Surf',
Expand Down Expand Up @@ -66,13 +65,6 @@ function Projects({ descriptions }: ProjectsProps) {
Ongoing Projects
</p>
<div className="flex flex-wrap -mx-2">
<ProjectCard
name="Dark Cloud 2 Fishing Implementation"
description={`${
descriptions['DarkCloud2Fishing'] || loadingMessage
} Written in C#.`}
githubLink="https://github.com/Kevin-Kwan/DarkCloud2Fishing"
/>
<ProjectCard
name="CutieBot (Discord Bot Application)"
description={`${
Expand Down

0 comments on commit 15dd776

Please sign in to comment.