Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
swapping github links for opensauced ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Apr 1, 2024
1 parent 23e70c9 commit fcf1183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ const getAvatarLink = (username: string | null) =>
`https://github.com/${username ?? "github"}.png?size=460`;

const getProfileLink = (username: string | null) =>
`https://github.com/${username ?? ""}`;
`https://app.opensauced.pizza/user/${username ?? ""}`;

const getRepoLink = (repoName: string | null) =>
`https://app.opensauced.pizza/${repoName ?? ""}`;
`https://app.opensauced.pizza/s/${repoName ?? ""}`;

const getRepoIssuesLink = (repoName: string | null) =>
`https://github.com/${repoName && `${repoName}/issues` || ""}`;
Expand Down

0 comments on commit fcf1183

Please sign in to comment.