Skip to content

Commit a812efe

Browse files
authored
Fix
1 parent c555112 commit a812efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TeamCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const TeamCard: React.FC<TeamCardProps> = ({ team }) => {
116116
{team.githubRepo && (
117117
<Button
118118
as="a"
119-
href={`https://github.com/hcp-uw/${team.githubRepo}`}
119+
href={team.githubRepo}
120120
target="_blank"
121121
size="sm"
122122
rightIcon={<FaGithub />}

0 commit comments

Comments
 (0)