Skip to content

Commit

Permalink
fix: modify develop share link (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyunWan authored Jan 17, 2025
1 parent 958db20 commit 3cb38eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osgraph-web/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export const GRAPH_TEMPLATE_TYPE_MAP = {
[GRAPH_SHARE_LINK_MAP[GRAPH_TEMPLATE_ENUM.REPO_COMMUNITY]]:
"project-community",
[GRAPH_SHARE_LINK_MAP[GRAPH_TEMPLATE_ENUM.ACCT_ACTIVITY]]:
"develop-activity",
"developer-activity",
[GRAPH_SHARE_LINK_MAP[GRAPH_TEMPLATE_ENUM.ACCT_PARTNER]]: "os-partner",
[GRAPH_SHARE_LINK_MAP[GRAPH_TEMPLATE_ENUM.ACCT_INTEREST]]: "os-interest",
};
Expand Down

0 comments on commit 3cb38eb

Please sign in to comment.