Skip to content

Commit d46e3a5

Browse files
committed
feature: graph header (logo) links to main repo
1 parent 7da9d60 commit d46e3a5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎src/svgs.ts‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ export const graphSvg = (props: graphArgs) => `
4242
${props.title}
4343
</h1>
4444
</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+
4555
${props.line}
4656
</svg>
4757
`;

0 commit comments

Comments
(0)