Skip to content

Commit

Permalink
fix: stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sumwatshade committed Jun 30, 2021
1 parent 8c62b96 commit 305aa00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/GithubViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ const GithubProjectViewer: React.FC<GithubProjectViewerProps> = ({ repo }) => {

return repo && repo.name ? (
<GithubViewerContainer color={primaryLanguage.color}>
<a href={url} target="_blank" rel="noopener noreferrer">
{/* Temporary rewrite */}
<a href={url.replace('lshadler', 'sumwatshade')} target="_blank" rel="noopener noreferrer">
<GithubRepoName color={primaryLanguage.color}>
{name}
</GithubRepoName>
Expand Down

0 comments on commit 305aa00

Please sign in to comment.