We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da9d60 commit d46e3a5Copy full SHA for d46e3a5
src/svgs.ts
@@ -42,6 +42,16 @@ export const graphSvg = (props: graphArgs) => `
42
${props.title}
43
</h1>
44
</foreignObject>
45
+
46
+ <a href="https://github.com/Ashutosh00710/github-readme-activity-graph">
47
+ <image
48
+ href="https://raw.githubusercontent.com/Ashutosh00710/github-readme-activity-graph/main/asset/logo.svg"
49
+ x="${props.width-80}"
50
+ y="20"
51
+ height="30px"
52
+ width="30px" />
53
+ </a>
54
55
${props.line}
56
</svg>
57
`;
0 commit comments