Skip to content

Commit

Permalink
Merge pull request #128 from PotLock/bug/project-github-url
Browse files Browse the repository at this point in the history
fix github url link in about section
  • Loading branch information
M-Rb3 authored May 23, 2024
2 parents 7ad8a23 + 1f1eda0 commit a917f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Project/NavPages/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const About = ({ projectId, accountId }: Props) => {
return `https://${path}`;
}
// If the path does not contain "github.com/", assume it's a repository path and prepend the prefix
return `${prefix}${path}`;
return path;
}

const Github = () =>
Expand Down

0 comments on commit a917f55

Please sign in to comment.